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