Skip to content

Commit 84a7da7

Browse files
committed
Updated the descriptions as well
1 parent 19d9710 commit 84a7da7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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://staging-notifications.inplayer.com/';
32+
* AWS_IOT_URL = 'https://staging-notifications.inplayer.com/iot/keys';
3333
* ```
3434
*/
3535
export const devConfig = {
@@ -45,7 +45,7 @@ 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://notifications.inplayer.com/';
48+
* AWS_IOT_URL = 'https://notifications.inplayer.com/iot/keys';
4949
* ```
5050
*/
5151
export const prodConfig = {

0 commit comments

Comments
 (0)