XBackBone/config.example.php

12 lines
214 B
PHP
Raw Normal View History

2018-04-28 12:20:07 +00:00
<?php
return [
'base_url' => 'http://localhost',
'storage_dir' => 'storage',
'db' => [
'connection' => 'sqlite',
'dsn' => 'resources/database/xbackbone.db',
'username' => null,
'password' => null,
]
];