blob: dd64828c202c9377161a27561c684157abd59167 (
plain)
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
|
[application]
env = "development"
[monitoring]
log-level = "warden_rule=trace,info"
opentelemetry-endpoint = "http://localhost:4317"
loki-endpoint = "http://localhost:3100"
[misc]
config-endpoint = "http://localhost:1304"
[misc.nats]
stream-name = "rules"
subjects = ["rule.>"]
durable-name = "rules"
destination-prefix = "typology-rule"
[misc.nats.config]
stream = "configuration"
reload-subject = "configuration.reload"
[database]
pool_size = 100
port = 5432
name = "pseudonyms"
host = "localhost"
password = "password"
user = "postgres"
[nats]
hosts = ["nats://localhost:4222"]
# vim:ft=toml
|