nomilo/config.example.toml

8 lines
140 B
TOML
Raw Normal View History

2021-03-27 17:23:19 +00:00
[web_app]
# base64 secret, change it (openssl rand -base64 32)
secret = "Y2hhbmdlbWUK"
token_duration = "1d"
[dns]
server = "127.0.0.1:53"