Skip to content

Commit

Permalink
Módulo 2 | Configurações do AWS Cognito#01
Browse files Browse the repository at this point in the history
  • Loading branch information
budkee committed Mar 28, 2024
1 parent aa39403 commit 28783db
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions js/config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
window._config = {
cognito: {
userPoolId: '', // e.g. us-east-2_uXboG5pAb
userPoolClientId: '', // e.g. 25ddkmj4v6hfsfvruhpfi7n4hv
region: '' // e.g. us-east-2
},
api: {
invokeUrl: '' // e.g. https://rc7nyt4tql.execute-api.us-west-2.amazonaws.com/prod',
}
cognito: {
userPoolId: "eu-west-1_LWKGF954l", // e.g. us-east-2_uXboG5pAb
userPoolClientId: "3bf1draakn3c2fd7gkbsr61qt1", // e.g. 25ddkmj4v6hfsfvruhpfi7n4hv
region: "eu-west-1", // e.g. us-east-2
},
api: {
invokeUrl: "", // e.g. https://rc7nyt4tql.execute-api.us-west-2.amazonaws.com/prod',
},
};

0 comments on commit 28783db

Please sign in to comment.