.env.dist 308 B

12345678910111213
  1. SECRET_KEY = 'secret key'
  2. POSTGRES_NAME = 'postgres_name'
  3. POSTGRES_USER = 'postgres_user'
  4. POSTGRES_PASSWORD = 'postgres_password'
  5. POSTGRES_HOST = 'postgres_host'
  6. POSTGRES_PORT = 0123
  7. EMAIL_HOST_USER = 'email_host_user'
  8. EMAIL_HOST_PASSWORD = 'email_host_password'
  9. DEFAULT_FROM_EMAIL = 'default_from_email'