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

30 lines
494 B
YAML
Raw Normal View History

2023-06-04 22:54:54 +08:00
# 本机配置
fbServer:
appName: ai-gateway
# fbConsul
fbConsul:
2024-02-21 12:04:40 +08:00
address: 10.0.0.5:8500
datacenter: dg01
token: 447b9c88-8983-f525-d118-f83a1383ad86
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
dsn: root:zym520!@tcp(10.0.0.5:10119)/user_center?charset=utf8mb4&parseTime=True&loc=Local
2023-06-04 22:54:54 +08:00
maxIdleConn: 4
maxOpenConn: 8
connMaxLifetime: 3000
# redis
redis:
db: 1
2024-02-21 12:04:40 +08:00
addr: 10.0.0.5:6379
2023-06-04 22:54:54 +08:00
readTimeout: 6000
writeTimeout: 6000