nomilo/nomilo.example.toml

11 lines
201 B
TOML
Raw Normal View History

2022-04-22 22:27:16 +00:00
[global.databases.sqlite]
url = "db.sqlite"
[release.web_app]
2021-03-27 17:23:19 +00:00
# base64 secret, change it (openssl rand -base64 32)
secret = "Y2hhbmdlbWUK"
token_duration = "1d"
2022-04-22 22:27:16 +00:00
[release.dns]
2021-03-27 17:23:19 +00:00
server = "127.0.0.1:53"