mirror of https://github.com/flucont/btcloud.git
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.
18 lines
262 B
18 lines
262 B
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
|