-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yaml
65 lines (65 loc) · 1.22 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
app:
name: grpc-demo-app
version: 0.1.0
modules:
core:
server:
address: ":8081"
dashboard:
enabled: true
overview:
app_env: true
app_debug: true
app_version: true
log_level: true
log_output: true
trace_sampler: true
trace_processor: true
metrics:
expose: true
collect:
enabled: true
normalize:
request_path: true
response_status: true
healthcheck:
startup:
expose: true
readiness:
expose: true
liveness:
expose: true
debug:
config:
expose: true
pprof:
expose: true
routes:
expose: true
stats:
expose: true
build:
expose: true
modules:
expose: true
grpc:
server:
address: ":50051"
reflection:
enabled: true
trace:
enabled: true
healthcheck:
enabled: true
metrics:
collect:
enabled: true
log:
level: info
output: stdout
config:
transform:
default: upper
authentication:
enabled: false
secret: super-secret