预留在线升级功能

This commit is contained in:
2020-05-09 21:41:51 +08:00
parent fe89edd979
commit dd64af9482
4 changed files with 93 additions and 4 deletions

View File

@@ -1 +1,24 @@
APP_DEBUG = false
APP_DEBUG = false
VERSION = 4.0.2
rootuid = 1
[APP]
DEFAULT_TIMEZONE = Asia/Shanghai
[DATABASE]
TYPE = {type}
HOSTNAME = {hostname}
DATABASE = {database}
USERNAME = {username}
PASSWORD = {password}
HOSTPORT = {hostport}
CHARSET = utf8
PREFIX = {prefix}
DEBUG = false
[LANG]
default_lang = zh-cn
[JWT]
SECRET={secret}