27 lines
335 B
YAML
27 lines
335 B
YAML
app:
|
|
name: "scene-prod"
|
|
|
|
log:
|
|
debug: false
|
|
level: "debug"
|
|
maxSize: 10
|
|
maxBackups: 100
|
|
maxAge: 7
|
|
|
|
metric:
|
|
prometheus:
|
|
address: "0.0.0.0"
|
|
port: 18701
|
|
jaeger:
|
|
endpoint: "172.18.28.0:4317"
|
|
|
|
db:
|
|
etcd:
|
|
endpoints: [ "172.18.28.0:2379" ]
|
|
|
|
serve:
|
|
grpc:
|
|
address: "172.18.28.0"
|
|
port: 18700
|
|
ttl: 20
|