forked from Roflin/gamenight
Added a user system with no proper user validation but working authorisation.
This commit is contained in:
8
backend/app.toml.example
Normal file
8
backend/app.toml.example
Normal file
@@ -0,0 +1,8 @@
|
||||
#Copy this file over to Rocket.toml after changing all relevant values.
|
||||
|
||||
[default]
|
||||
jwt_secret = "some really good secret"
|
||||
|
||||
[global.databases]
|
||||
gamenight_database = { url = "gamenight.sqlite" }
|
||||
|
||||
Reference in New Issue
Block a user