Timecard/config.sample.php
2022-05-22 11:40:31 +09:00

13 lines
215 B
PHP

<?php
return [
"mysql" => [
"hostname" => "localhost",
"dbname" => "timecard",
"username" => "root",
"password" => ""
],
"canonical" => "http://localhost/timecard/",
];