4 lines
99 B
Bash
4 lines
99 B
Bash
|
DATABASE_URL="postgresql://localhost"
|
||
|
REDIS_URL=redis://localhost:6379
|
||
|
CELERY_TASK_SERIALIZER=json
|