白云图书馆管理系统 —— 课程作业项目
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

<?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'
];