Skip to content

Commit 905762d

Browse files
committed
Updating config
1 parent 69e079d commit 905762d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/config.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,35 @@ const dev = {
22
STRIPE_KEY: "pk_test_v1amvR35uoCNduJfkqGB8RLD",
33
s3: {
44
REGION: "us-east-1",
5-
BUCKET: "prod-notes-infra-s3-uploads4f6eb0fd-1838t5x17uk5u",
5+
BUCKET: "dev-notes-infra-s3-uploads4f6eb0fd-1taash9pf6q1f",
66
},
77
apiGateway: {
88
REGION: "us-east-1",
9-
URL: "https://api.serverless-stack.seed-demo.club/prod",
9+
URL: "https://api.serverless-stack.seed-demo.club/dev",
1010
},
1111
cognito: {
1212
REGION: "us-east-1",
13-
USER_POOL_ID: "us-east-1_7EHah5sYR",
14-
APP_CLIENT_ID: "2ju773d1d9se43nqio0cj899dl",
15-
IDENTITY_POOL_ID: "us-east-1:99ae4b42-8c98-46e2-8eb2-2c144786ae04",
13+
USER_POOL_ID: "us-east-1_Nzpw587R8",
14+
APP_CLIENT_ID: "1jh98ercq1aksvmlq0sla1qm9n",
15+
IDENTITY_POOL_ID: "us-east-1:9bf24959-2085-4802-add3-183c8842e6ae",
1616
},
1717
};
1818

1919
const prod = {
2020
STRIPE_KEY: "pk_test_v1amvR35uoCNduJfkqGB8RLD",
2121
s3: {
2222
REGION: "us-east-1",
23-
BUCKET: "notes-app-2-api-prod-attachmentsbucket-1v9w7kkxnznb7",
23+
BUCKET: "prod-notes-infra-s3-uploads4f6eb0fd-1838t5x17uk5u",
2424
},
2525
apiGateway: {
2626
REGION: "us-east-1",
2727
URL: "https://api.serverless-stack.seed-demo.club/prod",
2828
},
2929
cognito: {
3030
REGION: "us-east-1",
31-
USER_POOL_ID: "us-east-1_mLbfKylhm",
32-
APP_CLIENT_ID: "mli2vaupiq3ga29m4698m6mrl",
33-
IDENTITY_POOL_ID: "us-east-1:4e377eff-0617-4098-b218-673490ffab8d",
31+
USER_POOL_ID: "us-east-1_7EHah5sYR",
32+
APP_CLIENT_ID: "2ju773d1d9se43nqio0cj899dl",
33+
IDENTITY_POOL_ID: "us-east-1:99ae4b42-8c98-46e2-8eb2-2c144786ae04",
3434
},
3535
};
3636

0 commit comments

Comments
 (0)