Files
sentcms/.example.env
2020-08-15 21:47:14 +08:00

24 lines
321 B
Bash
Executable File

APP_DEBUG = false
VERSION = 4.0.3
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}