11 lines
201 B
TOML
11 lines
201 B
TOML
|
[global.databases.sqlite]
|
||
|
url = "db.sqlite"
|
||
|
|
||
|
[release.web_app]
|
||
|
# base64 secret, change it (openssl rand -base64 32)
|
||
|
secret = "Y2hhbmdlbWUK"
|
||
|
token_duration = "1d"
|
||
|
|
||
|
[release.dns]
|
||
|
server = "127.0.0.1:53"
|