mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-18 01:14:59 +00:00
Revert back to Postgres database
This commit is contained in:
parent
c68c2954a5
commit
7cdb22984b
3 changed files with 7 additions and 6 deletions
|
@ -10,7 +10,6 @@ USER_MAX_TOKENS = 3
|
|||
MAX_TOP_SCORES = 15
|
||||
MAX_SEARCH_RESULTS = 5
|
||||
|
||||
"""
|
||||
# Postgres
|
||||
SECRET_KEY = os.getenv("FLASK_KEY")
|
||||
|
||||
|
@ -25,8 +24,9 @@ SQLALCHEMY_POOL_RECYCLE = 621
|
|||
|
||||
MIGRATION_DIR = "/data/storage/migrations"
|
||||
INSTANCE_DIR = "/data/storage/instance"
|
||||
"""
|
||||
|
||||
"""
|
||||
# SQLite
|
||||
SECRET_KEY = "dev"
|
||||
SQLALCHEMY_DATABASE_URI = "sqlite:///tfr.db"
|
||||
"""
|
Loading…
Add table
Add a link
Reference in a new issue