mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-09-26 20:21:19 +08:00
16 lines
391 B
Plaintext
16 lines
391 B
Plaintext
# 可配置项参考:config\config.go
|
||
|
||
#GIN_MODE='release'
|
||
# 项目端口
|
||
SERVER_PORT=8001
|
||
# 域名(不建议有)
|
||
# PUBLIC_URL='http://127.0.0.1:8000'
|
||
# 数据库
|
||
DATABASE_URL='root:root@tcp(localhost:3306)/x_admin?charset=utf8mb4&parseTime=True&loc=Local'
|
||
|
||
#Redis
|
||
REDIS_URL='redis://:passwd@localhost:6379'
|
||
|
||
# 上传文件目录
|
||
UPLOAD_DIRECTORY='/www/wwwroot/x_admin_go/public/uploads/'
|