Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .envs/.local/.django
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ CELERY_BROKER_URL=amqp://rabbituser:rabbitpass@rabbitmq:5672/
CELERY_RESULT_BACKEND=rpc:// # Use RabbitMQ for results backend
RABBITMQ_DEFAULT_USER=rabbituser
RABBITMQ_DEFAULT_PASS=rabbitpass
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS=-rabbit consumer_timeout 60480000
Comment thread
mihow marked this conversation as resolved.
Outdated

# Attempting to keep Flower from showing workers as offline
# FLOWER_BROKER_API=REDIS_URL
Expand Down
7 changes: 7 additions & 0 deletions .envs/.production/.django-example
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ REDIS_URL=redis://redis:6379/0
CELERY_FLOWER_USER=
CELERY_FLOWER_PASSWORD=

# RabbitMQ
CELERY_BROKER_URL=
CELERY_RESULT_BACKEND=rpc:// # Use RabbitMQ for results backend
RABBITMQ_DEFAULT_USER=
RABBITMQ_DEFAULT_PASS=
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS=-rabbit consumer_timeout 60480000
Comment thread
mihow marked this conversation as resolved.
Outdated

# Sendgrid
SENDGRID_API_KEY=

Expand Down