Skip to content

Commit c755d7a

Browse files
committed
Updating config to new stack
1 parent abdaa61 commit c755d7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const dev = {
1010
},
1111
cognito: {
1212
REGION: "us-east-1",
13-
USER_POOL_ID: "us-east-1_riBVwCuuL",
14-
APP_CLIENT_ID: "481f4tml24658792d685ib9l05",
13+
USER_POOL_ID: "us-east-1_yKOQs2dWK",
14+
APP_CLIENT_ID: "1h0r8s763vnqj4id6dvguanp8f",
1515
IDENTITY_POOL_ID: "us-east-1:dedfd34a-9d7e-4bf2-a1dd-ef603bac2ecb"
1616
}
1717
};
@@ -28,8 +28,8 @@ const prod = {
2828
},
2929
cognito: {
3030
REGION: "us-east-1",
31-
USER_POOL_ID: "us-east-1_Ko7Jw6kaT",
32-
APP_CLIENT_ID: "4uhibottdv2qs37vd9t4vod4cl",
31+
USER_POOL_ID: "us-east-1_TwYpMXIJH",
32+
APP_CLIENT_ID: "6kfg0o7qo2i3ndk2ur906sc5fd",
3333
IDENTITY_POOL_ID: "us-east-1:f4c754b4-24f0-4754-8596-30afedece1fc"
3434
}
3535
};

0 commit comments

Comments
 (0)