Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
leximpact-socio-fiscal-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
919c6458
Commit
919c6458
authored
8 months ago
by
Emmanuel Raviart
Browse files
Options
Downloads
Patches
Plain Diff
Explicit default values of PUBLIC_
parent
4a5dadf9
No related branches found
No related tags found
Loading
Pipeline
#18036
failed
8 months ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
example.env
+5
-1
5 additions, 1 deletion
example.env
with
5 additions
and
1 deletion
example.env
+
5
−
1
View file @
919c6458
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment