mylomen-server/common/config/config.prod.yaml

30 lines
523 B
YAML
Raw Normal View History

2023-06-04 22:54:54 +08:00
# 本机配置
fbServer:
appName: ai-gateway
# fbConsul
fbConsul:
2024-05-12 13:15:07 +08:00
address: 10.0.12.8:8500
datacenter: sh01
2024-04-29 19:35:18 +08:00
token: 4b29ca6c-3233-4c70-7bb1-a3f4c2a18281
2023-06-04 22:54:54 +08:00
# rpc
rpc:
api-golang: http://api-golang.consul.service:8080
# mysql
mysql:
2024-02-21 12:04:40 +08:00
logSql: false
2024-05-12 13:15:07 +08:00
dsn: uc:zELLqwk2hBp8QyJgEtH5YGc6WKMS3dXP@tcp(10.0.12.8:10119)/user_center?charset=utf8mb4&parseTime=True&loc=Local
2024-08-18 20:54:47 +08:00
maxIdleConn: 10
maxOpenConn: 10
2024-08-18 21:03:15 +08:00
connMaxLifetime: 28000
2023-06-04 22:54:54 +08:00
# redis
redis:
db: 1
2024-05-12 13:15:07 +08:00
addr: 10.0.12.8:6379
2023-06-04 22:54:54 +08:00
readTimeout: 6000
writeTimeout: 6000