30 lines
387 B
YAML
30 lines
387 B
YAML
app:
|
|
name: "gateway-dev"
|
|
|
|
log:
|
|
debug: true
|
|
level: "debug"
|
|
maxSize: 10
|
|
maxBackups: 100
|
|
maxAge: 7
|
|
|
|
db:
|
|
etcd:
|
|
address: [ "10.0.40.9:2379" ]
|
|
|
|
serve:
|
|
grpc:
|
|
address: "127.0.0.1"
|
|
port: 8500
|
|
ttl: 20
|
|
socket:
|
|
web:
|
|
address: "127.0.0.1"
|
|
port: 8501
|
|
raw:
|
|
address: "127.0.0.1"
|
|
port: 8502
|
|
http:
|
|
address: "127.0.0.1"
|
|
port: 8503
|