mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
18 lines
249 B
Bash
18 lines
249 B
Bash
APP_DEBUG = true
|
|
|
|
[APP]
|
|
DEFAULT_TIMEZONE = Asia/Shanghai
|
|
|
|
[DATABASE]
|
|
driver = mysql
|
|
TYPE = mysql
|
|
HOSTNAME = 127.0.0.1
|
|
DATABASE = test
|
|
USERNAME = username
|
|
PASSWORD = password
|
|
HOSTPORT = 3306
|
|
CHARSET = utf8mb4
|
|
DEBUG = true
|
|
|
|
[LANG]
|
|
default_lang = zh-cn |