Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions js/config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
window._config = {
cognito: {
userPoolId: '', // e.g. us-east-2_uXboG5pAb
userPoolClientId: '', // e.g. 25ddkmj4v6hfsfvruhpfi7n4hv
region: '' // e.g. us-east-2
userPoolId: 'us-east-1_fV54aULw1', // e.g. us-east-2_uXboG5pAb
userPoolClientId: '2uqlhab33cva3ictaqb3rre2ol', // e.g. 25ddkmj4v6hfsfvruhpfi7n4hv
region: 'us-east-1' // e.g. us-east-2
},
api: {
invokeUrl: '' // e.g. https://rc7nyt4tql.execute-api.us-west-2.amazonaws.com/prod',
Expand Down