mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-18 01:14:59 +00:00
Add highscores server
This commit is contained in:
parent
b6dc53dfaa
commit
d7be76f435
9 changed files with 29 additions and 33 deletions
4
Highscore-Server/highscore/config.py
Normal file
4
Highscore-Server/highscore/config.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
SECRET_KEY = 'dev'
|
||||
|
||||
SQLALCHEMY_DATABASE_URI = 'sqlite:///db.sqlite'
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
Loading…
Add table
Add a link
Reference in a new issue