From ae08e971d067802bc89936856e9c6b3e7a20aa72 Mon Sep 17 00:00:00 2001 From: molong Date: Thu, 20 Jan 2022 19:58:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .example.env | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.example.env b/.example.env index 126e6e60..415853ed 100755 --- a/.example.env +++ b/.example.env @@ -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} \ No newline at end of file