summarylogtreecommitdiffstats
path: root/sciond.toml
blob: ad68433369840ac26a8e567e6bd904fbddd2c10f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[general]
id = "sd"
config_dir = "/etc/scion"
reconnect_to_dispatcher = true

[metrics]
prometheus = "127.0.0.1:30455"

[path_db]
connection = "/var/lib/scion/sd.path.db"

[trust_db]
connection = "/var/lib/scion/sd.trust.db"

[log.console]
level = "info"