Files
sentcms/.example.env
2022-01-20 19:58:22 +08:00

24 lines
344 B
Bash
Executable File

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}