Create file .env
or delete .example
in the .env.example
file
Fill in the data in the file .env
Keys for pusher
.env
# Django/Python
SECRET_KEY=KEY
DEBUG=1
ALLOWED_HOSTS=localhost,127.0.0.1,etc...
# Pusher/Backend
APP_ID=app_id
KEY=key
SECRET=secret
CLUSTER=cluster
SSL=1
frontend/.env
# Pusher/Frontend
REACT_APP_APP_KEY=key
REACT_APP_CLUSTER=cluster
docker-compose up