highscore-server/config.example.toml

7 lines
95 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"