mirror of
https://github.com/flucont/btcloud.git
synced 2025-01-22 20:58:14 -05:00
18 lines
262 B
Plaintext
18 lines
262 B
Plaintext
|
APP_DEBUG = false
|
||
|
|
||
|
[APP]
|
||
|
DEFAULT_TIMEZONE = Asia/Shanghai
|
||
|
|
||
|
[DATABASE]
|
||
|
TYPE = mysql
|
||
|
HOSTNAME = {dbhost}
|
||
|
DATABASE = {dbname}
|
||
|
USERNAME = {dbuser}
|
||
|
PASSWORD = {dbpwd}
|
||
|
HOSTPORT = {dbport}
|
||
|
CHARSET = utf8mb4
|
||
|
PREFIX = {dbprefix}
|
||
|
DEBUG = false
|
||
|
|
||
|
[LANG]
|
||
|
default_lang = zh-cn
|