You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
udpt/udpt.toml

14 lines
251 B
TOML

mode = "dynamic"
db_path = "database.json.bz2"
log_level = "trace"
[udp]
announce_interval = 120 # Two minutes
bind_address = "0.0.0.0:1212"
[http]
bind_address = "127.0.0.1:1212"
[http.access_tokens]
someone = "MyAccessToken"