mirror of
https://github.com/Project-Redacted/Highscores-Server.git
synced 2025-05-14 07:32:15 +00:00
4 lines
107 B
Python
4 lines
107 B
Python
SECRET_KEY = 'dev'
|
|
|
|
SQLALCHEMY_DATABASE_URI = 'sqlite:///db.sqlite'
|
|
SQLALCHEMY_TRACK_MODIFICATIONS = False
|