Initial prototype for theme song booth
This commit is contained in:
commit
c16d48ee32
16 changed files with 898 additions and 0 deletions
14
.env.example
Normal file
14
.env.example
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
APP_SECRET_KEY=change-me-in-production
|
||||
ADMIN_PASSWORD_HASH=
|
||||
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
|
||||
PUBLIC_BASE_URL=http://127.0.0.1:5000
|
||||
BOOTH_NAME=Trollgorithm Theme Songs
|
||||
DATABASE=/app/data/booth.db
|
||||
UPLOAD_FOLDER=/app/uploads
|
||||
PRICE_PER_VERSION=10.00
|
||||
CURRENCY=CAD
|
||||
Reference in a new issue