HomeDisk/config.toml

11 lines
140 B
TOML

[http]
host = "0.0.0.0"
port = 8080
cors = [
"127.0.0.1:8000",
"localhost:8000",
]
[jwt]
secret = "secret key used to sign tokens"