29 lines
498 B
YAML
29 lines
498 B
YAML
# 本机配置
|
|
fbServer:
|
|
appName: ai-gateway
|
|
|
|
# fbConsul
|
|
fbConsul:
|
|
address: 172.30.0.11:8500
|
|
datacenter: aws-staging-nomad-01
|
|
token: 90327b5b-9f4b-9112-1fb3-7b84c6f20e57
|
|
|
|
# rpc
|
|
rpc:
|
|
api-golang: http://api-golang.consul.service:8080
|
|
|
|
# mysql
|
|
mysql:
|
|
dsn: root:zym520!@tcp(127.0.0.1:3306)/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
|
|
|