university-final-iot-backend/.env

5 lines
110 B
Bash

DATABASE_URL="postgresql://localhost"
REDIS_URL=redis://localhost:6379
CELERY_TASK_SERIALIZER=json
DEBUG=True