mylomen-server/common/config/config.dev.yaml
shaoyongjun 699877a969 to:sync
2024-05-15 17:29:08 +08:00

31 lines
538 B
YAML

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