Files
arenax-server/manifest/config/config.yaml

35 lines
644 B
Go

# Server configuration.
server:
address: ":8000"
openapiPath: "/api.json"
swaggerPath: "/swagger"
# Logger configuration.
logger:
level : "all"
stdout: true
# Database configuration.
database:
logger:
level: "all"
stdout: true
default:
link: "mysql:root:MSms0427@tcp(127.0.0.1:3306)/dealxuetest?loc=Local&charset=utf8mb4"
debug: true
# Redis configuration.
redis:
default:
address: "127.0.0.1:6379"
# Casbin model
casbin:
modelPath: "./manifest/config/rbac_model.conf"
#
wechat:
appId: "wx056fad20f1bd9110"
appSecret: "4269b5a2bb0274e805b43efb3fbd232a"
ticketExpire: 60
token: "arenax.com"