更新版本

This commit is contained in:
molong
2022-01-20 19:58:22 +08:00
parent 4ef43e0258
commit ae08e971d0

View File

@@ -1,24 +1,24 @@
APP_DEBUG = false
VERSION = 4.0.5
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]
APP_DEBUG = false
VERSION = 4.5.0
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}