Use plain admin password and remove operator email alerts; admin dashboard is the queue
This commit is contained in:
parent
7acf7bcca9
commit
fa01ac0f32
4 changed files with 17 additions and 41 deletions
|
|
@ -15,7 +15,7 @@ class Config:
|
|||
SMTP_PASS = os.environ.get('SMTP_PASS', '')
|
||||
SMTP_FROM = os.environ.get('SMTP_FROM', 'ai@hallsworth.ca')
|
||||
|
||||
ADMIN_PASSWORD_HASH = os.environ.get('ADMIN_PASSWORD_HASH', '')
|
||||
ADMIN_PASSWORD = os.environ.get('ADMIN_PASSWORD', '')
|
||||
ADMIN_ALERT_EMAIL = os.environ.get('ADMIN_ALERT_EMAIL', '')
|
||||
|
||||
PUBLIC_BASE_URL = os.environ.get('PUBLIC_BASE_URL', 'http://127.0.0.1:5000')
|
||||
|
|
|
|||
Reference in a new issue