Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Documenter les nouvelle variables d'env de pix-site introduites pour la géolocalisation (PIX-7200) #507

Merged
merged 2 commits into from
Feb 20, 2023
Merged
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
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,32 @@ If not present, Metabase cards will not be loaded.
- type: String
- default: none

---

`NGINX_GEOAPI_UPSTREAM_HOST`
Host name of the GEOAPI service that is providing the "/me" endpoint.
This variable is used only in the nginx configuration.
If not present, nginx will start and stop in error with message "nginx: [emerg] no host in upstream".

- presence: required
- type: String
- default: none

`NGINX_GEOAPI_UPSTREAM_MAX_FAILS`
This variable is used only in the nginx configuration.
lego-technix marked this conversation as resolved.
Show resolved Hide resolved

- presence: optional
- type: Number
- default: 3

`NGINX_GEOAPI_UPSTREAM_FAIL_TIMEOUT`
lego-technix marked this conversation as resolved.
Show resolved Hide resolved
This variable is used only in the nginx configuration.

- presence: optional
- type: String
- default: 5s


## Build Setup

En dev, copier le fichier `sample.env` vers un `.env` et remplacer les valeurs.
Expand Down