File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ 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://staging-notifications.inplayer.com/';
32
+ * AWS_IOT_URL = 'https://staging-notifications.inplayer.com/iot/keys ';
33
33
* ```
34
34
*/
35
35
export const devConfig = {
@@ -45,7 +45,7 @@ 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://notifications.inplayer.com/';
48
+ * AWS_IOT_URL = 'https://notifications.inplayer.com/iot/keys ';
49
49
* ```
50
50
*/
51
51
export const prodConfig = {
You can’t perform that action at this time.
0 commit comments