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