35 lines
451 B
YAML
35 lines
451 B
YAML
app:
|
|
name: "gateway-prod"
|
|
|
|
log:
|
|
debug: false
|
|
level: "debug"
|
|
maxSize: 10
|
|
maxBackups: 100
|
|
maxAge: 7
|
|
|
|
monitor:
|
|
prometheus:
|
|
address: "0.0.0.0"
|
|
port: 8504
|
|
|
|
db:
|
|
etcd:
|
|
endpoints: [ "172.18.28.0:2379" ]
|
|
|
|
serve:
|
|
grpc:
|
|
address: "172.18.28.0"
|
|
port: 8500
|
|
ttl: 20
|
|
socket:
|
|
web:
|
|
address: "0.0.0.0"
|
|
port: 8501
|
|
raw:
|
|
address: "0.0.0.0"
|
|
port: 8502
|
|
http:
|
|
address: "0.0.0.0"
|
|
port: 8503
|