highscore-server/config.example.toml

10 lines
115 B
TOML

host = ""
port = 8080
token = "asd"
redirect = false
redirect_url = ""
db_path = "./db/app.db"
origins = [
"*"
]