add migrations and switch to sqlalchemy

This commit is contained in:
CEF Server 2024-05-15 00:01:58 +00:00
parent 9c41144985
commit 9148e2068f
12 changed files with 358 additions and 63 deletions

View file

@ -5,11 +5,6 @@ MINIO_ADDR = "data.example.xyz"
MINIO_ACCESS_KEY = "access-key-goes-here"
MINIO_SECRET_KEY = "secret-key-goes-here"
MARIADB_URL = "localhost"
MARIADB_USER = "ergo"
MARIADB_DB = "ergo_ext"
MARIADB_PASSWORD = "password-goes-here"
MAX_FILE_SIZE = 1024*1024*20
# Need to figure out how to make this cooperate more
ALLOWED_DOMAINS = ["*"]