mylomen-server/common/config/config.dev.yaml
shaoyongjun 73c5062c45 to:sync
2024-02-21 12:04:40 +08:00

30 lines
515 B
YAML

# 本机配置
fbServer:
appName: ai-gateway
# fbConsul
fbConsul:
address: https://consul.mylomen.com
datacenter: dg01
token: 447b9c88-8983-f525-d118-f83a1383ad86
# rpc
rpc:
api-golang: http://api-golang.consul.service:8080
# mysql
mysql:
logSql: true
dsn: root:zym520!@tcp(43.133.218.116:10119)/user_center?charset=utf8mb4&parseTime=True&loc=Local
maxIdleConn: 10
maxOpenConn: 10
connMaxLifetime: 3000
# redis
redis:
db: 1
addr: 127.0.0.1:6379
readTimeout: 6000
writeTimeout: 6000