# In order to get .env approach working, you might copy this file. This file is read
# line by line by django-environ library (Refer to its documentation to more info).
# Each line is formed by KEY=VALUE where `KEY` is the configuration read by the
# settings.py file. You need to change the values after the `=` sign and can create
# new values by appending new variables at the end of the file.

DEBUG=1
HOST=localhost
PORT=8000
DATABASE_URL=postgres://postgres:p4python@postgres.cqf3qroocfwm.us-east-1.rds.amazonaws.com:5432/prd_saigon
REDIS_URL=redis://redis:6379
SECRET_KEY=django-insecure-8+m9aqxm@8cfp3%=rqv6uyh&w2n2_gkri_b7cr+hh
