Skip to content
Snippets Groups Projects
Commit 919c6458 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Explicit default values of PUBLIC_

parent 4a5dadf9
No related branches found
No related tags found
Loading
Pipeline #18036 failed
...@@ -5,15 +5,19 @@ ALLOW_ROBOTS=false ...@@ -5,15 +5,19 @@ ALLOW_ROBOTS=false
# Private (for connected users) HTTP(S) URL of LexImpact Socio-Fiscal Budget server # Private (for connected users) HTTP(S) URL of LexImpact Socio-Fiscal Budget server
# BUDGET_API_URL="https://SECRET.DOMAIN.NAME/state_simulation" # BUDGET_API_URL="https://SECRET.DOMAIN.NAME/state_simulation"
BUDGET_API_URL=
# URL of GitLab pipeline to run when a non-authentication user requests a budget simulation # URL of GitLab pipeline to run when a non-authentication user requests a budget simulation
# BUDGET_DEMAND_PIPELINE_URL="https://GITLAB.DOMAIN.NAME/api/v4/projects/PROJECT_ID/pipeline?ref=main" # BUDGET_DEMAND_PIPELINE_URL="https://GITLAB.DOMAIN.NAME/api/v4/projects/PROJECT_ID/pipeline?ref=main"
BUDGET_DEMAND_PIPELINE_URL=
# Token used for calling the budget simulation demand GitLab pipeline # Token used for calling the budget simulation demand GitLab pipeline
# BUDGET_DEMAND_PIPELINE_TOKEN="SECRET" # BUDGET_DEMAND_PIPELINE_TOKEN="SECRET"
BUDGET_DEMAND_PIPELINE_TOKEN=
# Secret key used to sign JSON web tokens sent to Budget API # Secret key used to sign JSON web tokens sent to Budget API
# BUDGET_JWT_SECRET="SECRET" # BUDGET_JWT_SECRET="SECRET"
BUDGET_JWT_SECRET=
# GitHub access token used for parameters edition # GitHub access token used for parameters edition
# Caution, this token is private and must be kept secret. # Caution, this token is private and must be kept secret.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment