Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
leximpact-budget-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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leximpact
leximpact-budget-ui
Commits
2cdc03a8
Commit
2cdc03a8
authored
Mar 22, 2022
by
sandcha
Browse files
Options
Downloads
Patches
Plain Diff
Update .env example according to app evolutions
parent
74081210
No related branches found
No related tags found
1 merge request
!5
Désactive le PLF 2022
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
example.env
+11
-3
11 additions, 3 deletions
example.env
with
11 additions
and
3 deletions
example.env
+
11
−
3
View file @
2cdc03a8
...
...
@@ -17,9 +17,12 @@ GITHUB_PERSONAL_ACCESS_TOKEN=null
# MATOMO_SUBDOMAINS="*.DOMAIN"
# OAuth2 configuration
# OAUTH2_ACCESS_TOKEN_URL="https://IDENTITY_PROVIDER/REALM/token"
# OAUTH2_AUTHORIZATION_URL="https://IDENTITY_PROVIDER/REALM/auth"
# OAUTH2_PROFILE_URL="https://IDENTITY_PROVIDER/REALM/userinfo"
# OAUTH2_CLIENT_ID="OAUTH2_CLIENT_ID"
# OAUTH2_CLIENT_SECRET="OAUTH2_CLIENT_SECRET"
# OAUTH2_
ISSUER_URL="https://IDENTITY_PROVIDER/REALM
"
# OAUTH2_
JWT_SECRET="OAUTH2_JWT_SECRET
"
# Description of OpenFisca country repository (for edition / contribution)
OPENFISCA_BRANCH="harmonisation_ui_emmanuel"
...
...
@@ -50,6 +53,11 @@ API_BUDGET_URL="https://api-simu-etat-integ.leximpact.dev/"
# For fake data: API_BUDGET_ENDPOINT_NAME="state_simulation_random"
API_BUDGET_ENDPOINT_NAME="state_simulation"
# Calculation - Base law year
CALCULATION_BASE_YEAR=2022
# CALCULATION_PLF_YEAR = CALCULATION_BASE_YEAR + 1 when PLF is activated
CALCULATION_PLF_YEAR=2022
# Calculation - PLF reformed law year
# setting a value (different from zero or empty string) activates the PLF
# No PLF:
CALCULATION_PLF_YEAR=0
# With PLF 2023: CALCULATION_PLF_YEAR=2023
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