Skip to content
Snippets Groups Projects
Select Git revision
  • 9edf197a836c005c18a221d47764150307b61d80
  • master default protected
  • 365-ouvrir-l-onglet-employeur-ou-taxes-carburant-quand-c-est-le-cas-pour-un-dispositif
  • 381-pb-affichage-labels-des-parametres-sur-plus-de-3-lignes
  • ajoute-duplicate-aide-logement
  • poc_castype_ia
  • parametres-editables-budget
  • ui-parametres
  • 366-signe-a-cote-du-droit-en-vigueur-sur-l-ui-pour-indiquer-que-la-reforme-a-eu-lieu-mais-qu-elle-n
  • 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.1124
  • 0.0.1123
  • 0.0.1122
  • 0.0.1121
  • 0.0.1120
  • 0.0.1119
  • 0.0.1118
  • 0.0.1117
  • 0.0.1116
  • 0.0.1115
  • 0.0.1114
  • 0.0.1113
  • 0.0.1112
  • 0.0.1111
  • 0.0.1110
  • 0.0.1109
  • 0.0.1108
  • 0.0.1107
  • 0.0.1106
  • 0.0.1105
41 results

example.env

Blame
  • example.env 2.71 KiB
    # To use this file, rename it to `.env`.
    
    # Are advanced & experimental features enabled?
    # ADVANCED=false
    
    # Are search robots allowed to index this site?
    # ALLOW_ROBOTS=false
    
    # Public HTTP(S) URLs of LexImpact Socio-Fiscal API server
    API_BASE_URLS="https://simulateur-socio-fiscal.leximpact.dev/api/"
    # API_BASE_URLS="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"
    
    # 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
    
    # Key for household entity
    HOUSEHOLD_KEY="menage"
    
    # Matomo analytics configuration
    # MATOMO_SITE_ID=123
    # MATOMO_URL="https://MATOMO_SERVER/"
    # Prepend the site domain to the page title when tracking (optional, default = false).
    # MATOMO_PREPEND_DOMAIN=true
    # Track visitors accross a domain (for example, example.com & its subdomains (optional).
    # MATOMO_SUBDOMAINS="*.DOMAIN"
    
    # OAuth2 configuration
    # OAUTH2_ACCESS_TOKEN_URL="https://IDENTITY_PROVIDER/REALMS/REALM/protocol/openid-connect/token"
    # OAUTH2_AUTHORIZATION_URL="https://IDENTITY_PROVIDER/REALMS/REALM/protocol/openid-connect/auth"
    # OAUTH2_CLIENT_ID="OAUTH2_CLIENT_ID"
    # OAUTH2_CLIENT_SECRET="OAUTH2_CLIENT_SECRET"
    # OAUTH2_JWT_SECRET="JWT_SECRET"
    # OAUTH2_PROFILE_URL="https://IDENTITY_PROVIDER/REALMS/REALM/protocol/openid-connect/userinfo"
    
    # 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}"
    
    # URL of portal site (used when clicking on left logo in menu bar)
    PORTAL_URL="https://leximpact.an.fr/"
    
    # Set to true when application is behind a proxy
    PROXY=false
    
    # Optional name of default reform to use
    # Reform name must belong to a name of an OpenFisca reform in metadata.json
    # REFORM=reforme_test_1
    
    # Show intro balloons.
    SHOW_TUTORIAL=true
    
    # Directory containing JSON of simulations saved by users
    SIMULATIONS_DIR="../simulations"
    
    # Key for taxable household (aka "foyer fiscal") entity
    TAXABLE_HOUSEHOLD_KEY="foyer_fiscal"
    
    # URL of autocompleter of French communes
    TERRITOIRES_URL="https://territoires.leximpact.dev/"
    
    TITLE="Simulateur socio-fiscal"