fix location fetching

This commit is contained in:
pstruebi
2022-09-04 20:47:24 +02:00
parent fe0726c6f4
commit d2cc1af68f
2 changed files with 5 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ class ProductionConfig(Config):
DATABASE_URI = '/home/site/wwwroot/users.db' # For azure app services. The content under wwwroot is durable, unless you delete your app service.
class DevelopmentConfig(Config):
CONFIRMATATION_EMAIL_ADD= "struebin.patrick@gmail.com"
DEBUG = True
class TestingConfig(Config):