This commit is contained in:
Rich
2021-08-03 11:05:57 +01:00
parent a91243eef9
commit 5f6a78452c
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ RPI = True
ClientInterface = "wlan0"
# wlan1 access point
class Config(object):
SECRET_KEY = os.environ.get("SECRET_KEY") or "dfsads1!FASASF231(*&FADSs"
SQLALCHEMY_DATABASE_URI = os.environ.get("DATABASE_URL") or "sqlite:///" + os.path.join(basedir, "app.db")