mirror of
https://github.com/Project-Redacted/Highscores-Server.git
synced 2025-05-14 07:32:15 +00:00
5 lines
128 B
Python
5 lines
128 B
Python
SECRET_KEY = "dev"
|
|
BEARER_TOKEN = 1234
|
|
|
|
SQLALCHEMY_DATABASE_URI = f"sqlite:///db.sqlite"
|
|
SQLALCHEMY_TRACK_MODIFICATIONS = False
|