Skip to content
Snippets Groups Projects
Commit fc841a07 authored by sandcha's avatar sandcha
Browse files

Explicit that OAUTH2 variables should be set in .env

Even in developement mode
parent bbc2931b
No related branches found
No related tags found
1 merge request!5Désactive le PLF 2022
Pipeline #3305 passed
......@@ -17,12 +17,14 @@ 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_JWT_SECRET="OAUTH2_JWT_SECRET"
# same URLs for developement and production modes
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"
# different values for developement and production modes
OAUTH2_CLIENT_ID="OAUTH2_CLIENT_ID"
OAUTH2_CLIENT_SECRET="OAUTH2_CLIENT_SECRET"
OAUTH2_JWT_SECRET="OAUTH2_JWT_SECRET"
# Description of OpenFisca country repository (for edition / contribution)
OPENFISCA_BRANCH="harmonisation_ui_emmanuel"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment