updated defaults from examples
This commit is contained in:
11
defaults/App/config.php
Normal file
11
defaults/App/config.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
$config = [
|
||||
'database' => [
|
||||
'host' => '',
|
||||
'name' => '',
|
||||
'user' => '',
|
||||
'pass' => '',
|
||||
'port' => 3306
|
||||
],
|
||||
'base_url' => 'http://localhost:8000'
|
||||
];
|
||||
Reference in New Issue
Block a user