bornhack-website/bornhack/settings/env.dist
Thomas Steen Rasmussen 7c24f93751 whitespace matters
2016-05-29 11:30:24 +02:00

15 lines
434 B
Plaintext

DATABASE_URL=postgres://username:password@host:port/database
SECRET_KEY=somethingverysecretandunique
ALLOWED_HOSTS=a,seperated,list,without,spaces
EMAIL_HOST='mailhost.example.com'
EMAIL_PORT=587
EMAIL_HOST_USER='mymailuser'
EMAIL_HOST_PASSWORD='mymailpassword'
EMAIL_USE_TLS=True
EMAIL_FROM='noreply@example.com'
EPAY_MERCHANT_NUMBER=something
EPAY_MD5_SECRET=something
TICKET_CATEGORY_ID=''
COINIFY_API_KEY=''
COINIFY_API_SECRET=''