gamenight/backend/app.toml.example

9 lines
193 B
Plaintext
Raw Normal View History

2022-03-20 10:55:30 +01:00
#Copy this file over to Rocket.toml after changing all relevant values.
[default]
jwt_secret = "some really good secret"
2022-03-20 10:55:30 +01:00
[global.databases]
gamenight_database = { url = "gamenight.sqlite" }