Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
niyatim23 committed Apr 10, 2024
1 parent 4a34bb3 commit 8aee6c7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions app/src/main/res/raw/awsconfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"CredentialsProvider": {
"CognitoIdentity": {
"Default": {
"PoolId": "us-west-2:69f5db6a-8346-461d-ab43-b1284397c083",
"Region": "us-west-2"
"PoolId": "REPLACE_ME",
"Region": "REPLACE_ME"
}
}
},
Expand All @@ -13,9 +13,10 @@
},
"CognitoUserPool": {
"Default": {
"AppClientId": "34gm6nmaf074qe5mf0trk8mpsa",
"PoolId": "us-west-2_bbXdc0oQt",
"Region": "us-west-2"
"AppClientSecret": "REPLACE_ME",
"AppClientId": "REPLACE_ME",
"PoolId": "REPLACE_ME",
"Region": "REPLACE_ME"
}
}
}

0 comments on commit 8aee6c7

Please sign in to comment.