add debugging in case of wrong event id

This commit is contained in:
pstruebi
2022-06-15 20:45:03 +02:00
parent 6b1bc8da94
commit 140ae5d707
3 changed files with 10 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ class Config(DefaultConfig):
class ProductionConfig(Config):
SECRET_KEY = '\xacI4\x077\x16?Q\xb4")\xdb\x066\x95\x11i\x0b\x0c&\xb6rP\''
SECURITY_PASSWORD_SALT = '>\xe3\x9bz\xfd\xbc[\xe22\xcfK\xca\x88!\xd8\xd5,\xd0\x95\x0c\x02\xad\xfa\x9d'
DATABASE_URI = 'mysql://user@localhost/foo'
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):
DEBUG = True