Timecard/config.sample.php

16 lines
285 B
PHP
Raw Permalink Normal View History

2022-05-22 11:40:31 +09:00
<?php
return [
2022-05-22 15:24:54 +09:00
"version" => "1.0.1",
2022-05-22 11:40:31 +09:00
"mysql" => [
"hostname" => "localhost",
"dbname" => "timecard",
"username" => "root",
"password" => ""
],
"canonical" => "http://localhost/timecard/",
2022-05-22 15:22:49 +09:00
"heads" => [],
2022-05-22 15:24:54 +09:00
"admin_users" => [],
2022-05-22 11:40:31 +09:00
];