@@ -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 */
3535export 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 */
5151export 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