fix location fetching
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user