You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
348 B
13 lines
348 B
3 years ago
|
<?php
|
||
|
$GLOBALS['config'] = [
|
||
|
'name' => '白云图书馆',
|
||
|
'database' => [
|
||
|
'host' => 'mysql',
|
||
|
'database' => 'books',
|
||
|
'username' => 'books_user',
|
||
|
'password' => 'JVjZ*34%C#FdH!Tz'
|
||
|
],
|
||
|
'salt' => 'Baiyun Library Management System: ',
|
||
|
'timezone' => 'Asia/Shanghai',
|
||
|
'environment' => 'development'
|
||
|
];
|