Skip to content

Commit

Permalink
Document Celery variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Mar 14, 2024
1 parent 8fc9225 commit b68b437
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Required settings
Defaults to ``*`` for the ``docker`` environment and defaults to
``127.0.0.1,localhost`` for the ``dev`` environment.

Database settings
-----------------
Common settings
---------------

* ``DB_HOST``: Hostname of the PostgreSQL database. Defaults to ``db`` for the
``docker`` environment, otherwise defaults to ``localhost``.
Expand All @@ -43,6 +43,12 @@ Database settings

* ``DB_PORT``: Port number of the database. Defaults to ``5432``.

* ``CELERY_BROKER_URL``: URL for the Redis task broker for Celery. Defaults
to ``redis://127.0.0.1:6379/1``.

* ``CELERY_RESULT_BACKEND``: URL for the Redis result broker for Celery.
Defaults to ``redis://127.0.0.1:6379/1``.

Elastic APM settings
--------------------

Expand Down

0 comments on commit b68b437

Please sign in to comment.