Add highscores server

This commit is contained in:
Michał Gdula 2023-05-03 23:03:23 +03:00
parent b6dc53dfaa
commit d7be76f435
9 changed files with 29 additions and 33 deletions

View file

@ -0,0 +1,4 @@
SECRET_KEY = 'dev'
SQLALCHEMY_DATABASE_URI = 'sqlite:///db.sqlite'
SQLALCHEMY_TRACK_MODIFICATIONS = False