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.
17 lines
265 B
17 lines
265 B
APP_DEBUG = true
|
|
|
|
[APP]
|
|
DEFAULT_TIMEZONE = Asia/Shanghai
|
|
|
|
[DATABASE]
|
|
TYPE = {$DB_TYPE}
|
|
HOSTNAME = {$DB_HOST}
|
|
DATABASE = {$DB_NAME}
|
|
USERNAME = {$DB_USER}
|
|
PASSWORD = {$DB_PASSWORD}
|
|
HOSTPORT = {$DB_PORT}
|
|
CHARSET = {$DB_CHAR}
|
|
DEBUG = false
|
|
|
|
[LANG]
|
|
default_lang = zh-cn
|
|
|