GameExpo23/DV8-Expo/website/config.py

4 lines
130 B
Python

SQLALCHEMY_DATABASE_URI = 'sqlite:///site.db'
MIGRATION_DIR = "/data/storage/migrations"
INSTANCE_DIR = "/data/storage/instance"