From 908201519e113b502d7683cee6719c4b2e75b628 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Thu, 12 May 2022 20:15:27 +0200 Subject: [PATCH] update default remotes --- packages/app/constants/defaultRemotesOrigins.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/app/constants/defaultRemotesOrigins.json b/packages/app/constants/defaultRemotesOrigins.json index 82f6b81a..759304d5 100644 --- a/packages/app/constants/defaultRemotesOrigins.json +++ b/packages/app/constants/defaultRemotesOrigins.json @@ -1,4 +1,5 @@ { - "http_api": "https://indev_api.comty.pw", - "ws_api": "wss://indev_ws.comty.pw" + "main_api": "http://indev_api.comty.pw", + "streaming_api": "http://media.ragestudio.net:3002", + "websocket_api": "ws://indev_ws.comty.pw" } \ No newline at end of file