-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.template.yaml
More file actions
49 lines (49 loc) · 828 Bytes
/
config.template.yaml
File metadata and controls
49 lines (49 loc) · 828 Bytes
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
log:
format: ""
level: ""
console_colored: false
trace: ""
with_caller: false
with_stack_trace: false
ops:
enabled: false
network: ""
tracing_enabled: false
metrics:
enabled: false
path: ""
port: ""
basic_auth:
enabled: false
username: ""
password: ""
healthy:
enabled: false
path: ""
port: ""
profiler:
enabled: false
path: ""
port: ""
write_timeout: 0
server:
port: 8080
host: 0.0.0.0
base_host: localhost:8080
frontend:
base_url: http://localhost:8080/api/v1
socket_url: ws://localhost:8080/ws
auth:
enabled: false
users: []
monitoring:
global:
default_interval: 60s
default_timeout: 10s
default_retries: 5
database:
path: ./data/db.sqlite
notifications:
enabled: false
urls: []
timezone: UTC