15 lines
267 B
PHP
15 lines
267 B
PHP
<?php
|
|
|
|
return [
|
|
"mysql" => [
|
|
"hostname" => "localhost",
|
|
"dbname" => "timecard",
|
|
"username" => "root",
|
|
"password" => ""
|
|
],
|
|
|
|
"admin-password" => "admin",
|
|
"canonical" => "http://localhost/timecard/",
|
|
"heads" => [],
|
|
];
|