mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-14 14:22:16 +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
|