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
252 B
18 lines
252 B
APP_DEBUG = false
|
|
|
|
[APP]
|
|
DEFAULT_TIMEZONE = Asia/Shanghai
|
|
|
|
[DATABASE]
|
|
TYPE = mysql
|
|
HOSTNAME = localhost
|
|
DATABASE = btcloud
|
|
USERNAME = btcloud
|
|
PASSWORD = 123456
|
|
HOSTPORT = 3306
|
|
CHARSET = utf8mb4
|
|
PREFIX = cloud_
|
|
DEBUG = false
|
|
|
|
[LANG]
|
|
default_lang = zh-cn
|