Skip to content
Snippets Groups Projects
Select Git revision
  • c1e1d55650911f9924d25917a3c124e173153b46
  • master default protected
  • documentations-html-c4b5c7552f81dd5eebe527c7df3f9bd46b18738e
  • documentations-html-d90f57783ef1cedc4b368ed0cdca1ed41c672d39
  • documentations-html-f0e8dcec4bba9d7e8b79b95b79fedf732f2d19ec
  • documentations-html-fd10cfaeb1ac3b2fcd47b527a8ece2958c0a2dbe
  • documentations-html-fbb6ca14cc3bec2a3e98ba0cbb3fd98600828f8c
  • ajout-variable-taux-allegement-general
  • tester-variable-taux-allegement-cotisations
  • ppa-rsa
  • documentations-html-acad4c9f95a39e798170e3e9ab147b24b9f7e613
  • 184-ajouter-une-variable-sur-le-non-recours
  • aides-logement
  • statistiques_impot
  • documentations-html-ab2ff75179b3a97939d5c802e370f32c1978b99b
  • statistiques_impot_corrections_chloe
  • documentations-html-e96b6fd1b3963bc54903d8de1e23ea3f7dbb2e00
  • cdhr_reform
  • memo_pfu
  • 177-integration-erfs-2021-pipeline
  • 175-ajout-code-casd
21 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:5173"
    
    # 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"