HomeDisk/config.toml

10 lines
133 B
TOML
Raw Normal View History

2022-04-16 18:19:38 +00:00
[http]
host = "0.0.0.0:8080"
cors = [
"127.0.0.1:8000",
"localhost:8000",
]
2022-04-19 13:14:17 +00:00
[jwt]
secret = "secret key used to sign tokens"