12 lines
202 B
PHP
12 lines
202 B
PHP
<?php
|
|
$config = [
|
|
'database' => [
|
|
'host' => '',
|
|
'name' => '',
|
|
'user' => '',
|
|
'pass' => '',
|
|
'port' => 3306
|
|
],
|
|
'base_url' => 'http://localhost:8000'
|
|
];
|