mylomen-server/common/config/config.prod.yaml
shaoyongjun 4173ad101e to:sync
2024-09-02 17:14:21 +08:00

30 lines
524 B
YAML

# 本机配置
fbServer:
appName: ai-gateway
# fbConsul
fbConsul:
address: 10.0.12.8:8500
datacenter: sh01
token: 4b29ca6c-3233-4c70-7bb1-a3f4c2a18281
# rpc
rpc:
api-golang: http://api-golang.consul.service:8080
# mysql
mysql:
logSql: false
dsn: uc:zELLqwk2hBp8QyJgEtH5YGc6WKMS3dXP!@tcp(10.0.12.8:10119)/user_center?charset=utf8mb4&parseTime=True&loc=Local
maxIdleConn: 10
maxOpenConn: 10
connMaxLifetime: 28000
# redis
redis:
db: 1
addr: 10.0.12.8:6379
readTimeout: 6000
writeTimeout: 6000