mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-20 18:24:52 +00:00
7 lines
No EOL
190 B
Python
7 lines
No EOL
190 B
Python
SECRET_KEY = 'dev'
|
|
|
|
SQLALCHEMY_DATABASE_URI = 'sqlite:///db.sqlite'
|
|
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
|
|
|
MIGRATION_DIR = '/data/storage/migrations'
|
|
INSTANCE_DIR = '/data/storage/instance' |