mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-12-24 08:12:55 +08:00
23 lines
450 B
Plaintext
23 lines
450 B
Plaintext
# 具体配置项参考:config\config.go的config结构体
|
||
|
||
# APP.GIN_MODE='debug'
|
||
|
||
# 项目端口
|
||
APP.PORT=8001
|
||
|
||
# 数据库
|
||
DB.DSN='root:root@tcp(localhost:3306)/x_admin?charset=utf8mb4&parseTime=True&loc=Local'
|
||
|
||
#Redis
|
||
REDIS.URL='redis://localhost:6379'
|
||
|
||
# 上传文件目录
|
||
FILE.UPLOAD_DIRECTORY='/www/wwwroot/x_admin_go/public/uploads/'
|
||
|
||
|
||
GeTui.HOST=''
|
||
GeTui.APPID=''
|
||
GeTui.APPKEY=''
|
||
GeTui.APPSECRET=''
|
||
GeTui.MASTERSECRET=''
|
||
GeTui.PackName='' |