@@ -29,13 +29,13 @@ export const dailyConfig = {
29
29
* INPLAYER_ACCESS_CODE_NAME = (assetId: number) => `access_code_${assetId}`;
30
30
* IOT_NOTIF_URL = 'a3gkl64duktvc4-ats.iot.eu-west-1.amazonaws.com';
31
31
* 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/';
33
33
* ```
34
34
*/
35
35
export const devConfig = {
36
36
...commonConfig ,
37
37
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/' ,
39
39
} ;
40
40
41
41
/**
@@ -45,13 +45,13 @@ export const devConfig = {
45
45
* INPLAYER_ACCESS_CODE_NAME = (assetId: number) => `access_code_${assetId}`;
46
46
* IOT_NOTIF_URL = 'a3gkl64duktvc4-ats.iot.eu-west-1.amazonaws.com';
47
47
* 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/';
49
49
* ```
50
50
*/
51
51
export const prodConfig = {
52
52
...commonConfig ,
53
53
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/' ,
55
55
} ;
56
56
57
57
/** @internal */
0 commit comments