Skip to content
Snippets Groups Projects
Select Git revision
  • fed4dbfa0bf8b47db3957d1b9756bcbe93093bf0
  • master default protected
  • 366-signe-a-cote-du-droit-en-vigueur-sur-l-ui-pour-indiquer-que-la-reforme-a-eu-lieu-mais-qu-elle-n
  • revalo_retraites
  • 381-pb-affichage-labels-des-parametres-sur-plus-de-3-lignes
  • ajoute-duplicate-aide-logement
  • poc_castype_ia
  • parametres-editables-budget
  • ui-parametres
  • 355-les-dispositifs-prestations-sociales-du-graphique-se-cachent-montrent-en-meme-temps-2
  • 358-les-variables-dont-le-montant-est-nul-apparaissent-en-bleu-et-non-cliquables
  • 356-ajuster-la-largeur-sur-les-graphiques-budgetaires
  • incoherence_cas_type_0
  • fix-ui-suppression-tranches-baremes
  • ajout-agregat-cehr-version-plf
  • impact_carbone
  • xlsx
  • header_revamp
  • 270-concevoir-la-page-d-accueil-leximpact
  • 219-conversion-des-montants-min-et-max-de-l-axe-des-x-en-smic
  • 294-afficher-le-salaire-des-cas-types-en-nombre-de-smic
  • 0.0.1174
  • 0.0.1173
  • 0.0.1172
  • 0.0.1171
  • 0.0.1170
  • 0.0.1169
  • 0.0.1168
  • 0.0.1167
  • 0.0.1166
  • 0.0.1165
  • 0.0.1164
  • 0.0.1163
  • 0.0.1162
  • 0.0.1161
  • 0.0.1160
  • 0.0.1159
  • 0.0.1158
  • 0.0.1157
  • 0.0.1156
  • 0.0.1155
41 results

example.env

Blame
  • example.env 1.75 KiB
    # To use this file, rename it to `.env`.
    
    # Are advanced & experimental features enabled?
    # ADVANCED=false
    
    # Public HTTP(S) URL of LexImpact Socio-Fiscal API server
    API_BASE_URL="https://simulateur-socio-fiscal.leximpact.dev/api/"
    # API_BASE_URL="http://localhost:8000"
    
    # Public HTTP(S) URL of LexImpact Socio-Fiscal UI server (aka this application)
    # BASE_URL="https://simulateur-socio-fiscal.leximpact.dev/"
    BASE_URL="http://localhost:3000"
    
    # Key for children in a family
    CHILDREN_KEY="enfants"
    
    # Path to file containing decompositions in JSON format
    DECOMPOSITION_PATH="../openfisca-france-json/custom/decompositions.json"
    
    # Name of variable used as root of decomposition
    DECOMPOSITION_ROOT="revenu_disponible"
    
    # Key for family entity
    FAMILY_KEY="famille"
    
    # GitHub access token used for parameters edition
    # Caution, this token is private and must be kept secret.
    GITHUB_PERSONAL_ACCESS_TOKEN=null
    
    # Comma-separated list of entities ("familles", "foyers_fiscaux", "menages" for France)
    # that should not be shown when editing test cases
    HIDDEN_ENTITIES=menages
    
    # Directory containing JSON export of OpenFisca country package
    JSON_DIR="../openfisca-france-json"
    
    # OAuth2 configuration
    # OAUTH2_CLIENT_ID="OAUTH2_CLIENT_ID"
    # OAUTH2_CLIENT_SECRET="OAUTH2_CLIENT_SECRET"
    # OAUTH2_ISSUER_URL="https://IDENTITY_PROVIDER/REALM"
    
    # Description of OpenFisca country repository
    OPENFISCA_BRANCH="harmonisation_ui_emmanuel"
    OPENFISCA_GROUP="openfisca"
    OPENFISCA_PROJECT="openfisca-france"
    OPENFISCA_REPOSITORY_RAW_URL_TEMPLATE="https://raw.githubusercontent.com/${group}/${project}/${branch}/${path}"
    OPENFISCA_REPOSITORY_URL_TEMPLATE="https://github.com/${group}/${project}/blob/${branch}/${path}"
    
    # Set to true when application is behind a proxy
    PROXY=false
    
    TITLE="Simulateur socio-fiscal"