Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
elias-boulharts authored and Sispheor committed Dec 18, 2023
1 parent 5af73f6 commit b3d203d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/configuration/squest_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,13 @@ Comma separated list of allowed FQDN. Refer to the complete [documentation](http

**Default:** `http://127.0.0.1:8080,http://localhost:8080`

Comma separated list of trusted origin.
Refer to the complete [documentation](https://docs.djangoproject.com/en/4.2/ref/settings/#csrf-trusted-origins).

!!! note

If you deploy with `http://1.2.3.4:8080`, please add `CSRF_TRUSTED_ORIGINS=http://127.0.0.1:8080,http://localhost:8080,http://1.2.3.4:8080` in your variables.

### CELERY_BROKER_URL

**Default:** `amqp://rabbitmq:rabbitmq@localhost:5672/squest`
Expand Down

0 comments on commit b3d203d

Please # to comment.