11 lines
214 B
PHP
11 lines
214 B
PHP
<?php
|
|
return [
|
|
'base_url' => 'http://localhost',
|
|
'storage_dir' => 'storage',
|
|
'db' => [
|
|
'connection' => 'sqlite',
|
|
'dsn' => 'resources/database/xbackbone.db',
|
|
'username' => null,
|
|
'password' => null,
|
|
]
|
|
];
|