mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-13 12:13:11 +00:00
4 lines
130 B
Python
4 lines
130 B
Python
SQLALCHEMY_DATABASE_URI = 'sqlite:///site.db'
|
|
|
|
MIGRATION_DIR = "/data/storage/migrations"
|
|
INSTANCE_DIR = "/data/storage/instance"
|