19 lines
229 B
YAML
19 lines
229 B
YAML
app:
|
|
name: "gateway-dev"
|
|
|
|
log:
|
|
debug: true
|
|
level: "debug"
|
|
max_size: 100
|
|
max_backups: 3
|
|
max_age: 7
|
|
|
|
grpc:
|
|
registry:
|
|
address: "10.0.40.199"
|
|
port: 8500
|
|
ttl: 20
|
|
|
|
db:
|
|
etcd:
|
|
address: [ "10.0.40.9:2379" ] |