Skip to content

Commit

Permalink
Update fixtures for Entreculier
Browse files Browse the repository at this point in the history
  • Loading branch information
skelz0r committed Jul 5, 2023
1 parent 616716e commit 06ecc00
Showing 1 changed file with 16 additions and 44 deletions.
60 changes: 16 additions & 44 deletions scripts/fixtures.sql
Original file line number Diff line number Diff line change
Expand Up @@ -258,32 +258,18 @@ VALUES
'844e3bff46ebdac9beb18c6cf793dedfdb1776262911b3d927d24871f03e46b38756b5d015d1a693057328d8673408cccf48ef7c5a6e94fa5d101042663fb5b1',
'oauth_api_gouv_client_secret_particulier',
ARRAY [
'http://particulier.api.localtest.me:3000/auth/api_gouv/callback',
'http://particulier.api.localtest.me:3000/auth/api_gouv_particulier/callback',
'http://particulier.api.localtest.me:5000/auth/api_gouv/callback',
'http://particulier.api.localtest.me:5000/auth/api_gouv_particulier/callback',
'http://localhost:3000/auth/api_gouv/callback',
'http://localhost:3000/auth/api_gouv_particulier/callback',
'http://localhost:5000/auth/api_gouv/callback',
'http://localhost:3000/auth/api_gouv_particulier/callback',
'https://sandbox.particulier.api.gouv.fr/auth/api_gouv/callback',
'https://sandbox.particulier.api.gouv.fr/auth/api_gouv_particulier/callback',
'https://sandbox1.particulier.api.gouv.fr/auth/api_gouv/callback',
'https://sandbox1.particulier.api.gouv.fr/auth/api_gouv_particulier/callback',
'https://sandbox2.particulier.api.gouv.fr/auth/api_gouv/callback',
'https://sandbox2.particulier.api.gouv.fr/auth/api_gouv_particulier/callback',
'https://staging.particulier.api.gouv.fr/auth/api_gouv/callback',
'https://staging.particulier.api.gouv.fr/auth/api_gouv_particulier/callback',
'https://staging1.particulier.api.gouv.fr/auth/api_gouv/callback',
'https://staging1.particulier.api.gouv.fr/auth/api_gouv_particulier/callback',
'https://staging2.particulier.api.gouv.fr/auth/api_gouv/callback',
'https://staging2.particulier.api.gouv.fr/auth/api_gouv_particulier/callback'
'http://particulier.api.localtest.me:3000/compte/apres-deconnexion',
'http://particulier.api.localtest.me:5000/compte/apres-deconnexion',
'https://sandbox.particulier.api.gouv.fr/compte/apres-deconnexion',
'https://sandbox1.particulier.api.gouv.fr/compte/apres-deconnexion',
'https://sandbox2.particulier.api.gouv.fr/compte/apres-deconnexion',
'https://staging.particulier.api.gouv.fr/compte/apres-deconnexion',
'https://staging1.particulier.api.gouv.fr/compte/apres-deconnexion',
'https://staging2.particulier.api.gouv.fr/compte/apres-deconnexion',
],
ARRAY [
'http://particulier.api.localtest.me:3000',
'http://particulier.api.localtest.me:5000',
'http://localhost:3000',
'http://localhost:5000',
'https://sandbox.particulier.api.gouv.fr/',
'https://sandbox1.particulier.api.gouv.fr/',
'https://sandbox2.particulier.api.gouv.fr/',
Expand All @@ -300,32 +286,18 @@ VALUES
'4442bfd8caac8e19ff202d33060edcd248592662d5a8098e28b706ba906fe9e0db95ad336c38248f42896db272990b8dfc969d8b8857101dabf9b2ffe7ec49b9',
'oauth_api_gouv_client_secret_entreprise',
ARRAY [
'http://entreprise.api.localtest.me:3000/auth/api_gouv/callback',
'http://entreprise.api.localtest.me:3000/auth/api_gouv_entreprise/callback',
'http://entreprise.api.localtest.me:5000/auth/api_gouv/callback',
'http://entreprise.api.localtest.me:5000/auth/api_gouv_entreprise/callback',
'http://localhost:3000/auth/api_gouv/callback',
'http://localhost:3000/auth/api_gouv_entreprise/callback',
'http://localhost:5000/auth/api_gouv/callback',
'http://localhost:5000/auth/api_gouv_entreprise/callback',
'https://sandbox.entreprise.api.gouv.fr/auth/api_gouv/callback',
'https://sandbox.entreprise.api.gouv.fr/auth/api_gouv_entreprise/callback',
'https://sandbox1.entreprise.api.gouv.fr/auth/api_gouv/callback',
'https://sandbox1.entreprise.api.gouv.fr/auth/api_gouv_entreprise/callback',
'https://sandbox2.entreprise.api.gouv.fr/auth/api_gouv/callback',
'https://sandbox2.entreprise.api.gouv.fr/auth/api_gouv_entreprise/callback',
'https://staging.entreprise.api.gouv.fr/auth/api_gouv/callback',
'https://staging.entreprise.api.gouv.fr/auth/api_gouv_entreprise/callback',
'https://staging1.entreprise.api.gouv.fr/auth/api_gouv/callback',
'https://staging1.entreprise.api.gouv.fr/auth/api_gouv_entreprise/callback',
'https://staging2.entreprise.api.gouv.fr/auth/api_gouv/callback',
'https://staging2.entreprise.api.gouv.fr/auth/api_gouv_entreprise/callback'
'http://entreprise.api.localtest.me:3000/compte/apres-deconnexion',
'http://entreprise.api.localtest.me:5000/compte/apres-deconnexion',
'https://sandbox.entreprise.api.gouv.fr/compte/apres-deconnexion',
'https://sandbox1.entreprise.api.gouv.fr/compte/apres-deconnexion',
'https://sandbox2.entreprise.api.gouv.fr/compte/apres-deconnexion',
'https://staging.entreprise.api.gouv.fr/compte/apres-deconnexion',
'https://staging1.entreprise.api.gouv.fr/compte/apres-deconnexion',
'https://staging2.entreprise.api.gouv.fr/compte/apres-deconnexion',
],
ARRAY [
'http://entreprise.api.localtest.me:3000',
'http://entreprise.api.localtest.me:5000',
'http://localhost:3000',
'http://localhost:5000',
'https://sandbox.entreprise.api.gouv.fr/',
'https://sandbox1.entreprise.api.gouv.fr/',
'https://sandbox2.entreprise.api.gouv.fr/',
Expand Down

0 comments on commit 06ecc00

Please sign in to comment.