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
|
|
@ -1,11 +1,11 @@
|
|||
APP_SECRET_KEY=change-me-in-production
|
||||
ADMIN_PASSWORD_HASH=
|
||||
ADMIN_PASSWORD=change-me
|
||||
SMTP_HOST=mailroot8.namespro.ca
|
||||
SMTP_PORT=465
|
||||
SMTP_USER=ai@hallsworth.ca
|
||||
SMTP_PASS=
|
||||
SMTP_FROM=ai@hallsworth.ca
|
||||
ADMIN_ALERT_EMAIL=ai@hallsworth.ca
|
||||
ADMIN_ALERT_EMAIL=
|
||||
PUBLIC_BASE_URL=http://127.0.0.1:5000
|
||||
BOOTH_NAME=Trollgorithm Theme Songs
|
||||
DATABASE=/app/data/booth.db
|
||||
|
|
|
|||
Reference in a new issue