Remove a now useless env var
This commit is contained in:
parent
a005ec6199
commit
437da7a4ae
2 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ GITHUB_CLIENT_SECRET=""
|
|||
|
||||
FC_PARTICULIER_ID=""
|
||||
FC_PARTICULIER_SECRET=""
|
||||
FC_PARTICULIER_REDIRECT_URI=""
|
||||
FC_PARTICULIER_BASE_URL=""
|
||||
|
||||
API_ENTREPRISE_KEY=""
|
||||
|
|
|
@ -18,7 +18,7 @@ defaults: &defaults
|
|||
france_connect_particulier:
|
||||
identifier: <%= ENV['FC_PARTICULIER_ID'] %>
|
||||
secret: <%= ENV['FC_PARTICULIER_SECRET'] %>
|
||||
redirect_uri: <%= ENV['FC_PARTICULIER_REDIRECT_URI'] %>
|
||||
redirect_uri: https://{{ <%= ENV['APP_HOST'] %> }}/france_connect/particulier/callback
|
||||
authorization_endpoint: <%= ENV['FC_PARTICULIER_BASE_URL'] %>/api/v1/authorize
|
||||
token_endpoint: <%= ENV['FC_PARTICULIER_BASE_URL'] %>/api/v1/token
|
||||
userinfo_endpoint: <%= ENV['FC_PARTICULIER_BASE_URL'] %>/api/v1/userinfo
|
||||
|
|
Loading…
Reference in a new issue