13 lines
215 B
PHP
13 lines
215 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
"mysql" => [
|
||
|
"hostname" => "localhost",
|
||
|
"dbname" => "timecard",
|
||
|
"username" => "root",
|
||
|
"password" => ""
|
||
|
],
|
||
|
|
||
|
"canonical" => "http://localhost/timecard/",
|
||
|
];
|