Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit 9206b09

Browse files
committed
Updated AWS IoT urls for staging and production
1 parent dc74153 commit 9206b09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ export const dailyConfig = {
2929
* INPLAYER_ACCESS_CODE_NAME = (assetId: number) => `access_code_${assetId}`;
3030
* IOT_NOTIF_URL = 'a3gkl64duktvc4-ats.iot.eu-west-1.amazonaws.com';
3131
* BASE_URL = 'https://staging-v2.inplayer.com';
32-
* AWS_IOT_URL = 'https://o3871l8vj7.execute-api.eu-west-1.amazonaws.com/staging/iot/keys';
32+
* AWS_IOT_URL = 'https://staging-notifications.inplayer.com/';
3333
* ```
3434
*/
3535
export const devConfig = {
3636
...commonConfig,
3737
BASE_URL: 'https://staging-v2.inplayer.com',
38-
AWS_IOT_URL: 'https://o3871l8vj7.execute-api.eu-west-1.amazonaws.com/staging/iot/keys',
38+
AWS_IOT_URL: 'https://staging-notifications.inplayer.com/',
3939
};
4040

4141
/**
@@ -45,13 +45,13 @@ export const devConfig = {
4545
* INPLAYER_ACCESS_CODE_NAME = (assetId: number) => `access_code_${assetId}`;
4646
* IOT_NOTIF_URL = 'a3gkl64duktvc4-ats.iot.eu-west-1.amazonaws.com';
4747
* BASE_URL = 'https://services.inplayer.com';
48-
* AWS_IOT_URL = 'https://eynmuj2g26.execute-api.eu-west-1.amazonaws.com/prod/iot/keys';
48+
* AWS_IOT_URL = 'https://notifications.inplayer.com/';
4949
* ```
5050
*/
5151
export const prodConfig = {
5252
...commonConfig,
5353
BASE_URL: 'https://services.inplayer.com',
54-
AWS_IOT_URL: 'https://eynmuj2g26.execute-api.eu-west-1.amazonaws.com/prod/iot/keys',
54+
AWS_IOT_URL: 'https://notifications.inplayer.com/',
5555
};
5656

5757
/** @internal */

0 commit comments

Comments
 (0)