highscore-server/config.example.toml

10 lines
114 B
TOML
Raw Normal View History

2023-01-07 13:00:00 +01:00
host = ""
port = 8080
token = "asd"
redirect = false
redirect_url = ""
db_path = "./db/app.db"
origins = [
"*"
]