qt3 -> qt2 env change
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// export const SHOPTIME_BASE_URL = "https://qt3-aic.lgshopsvc.lgappstv.com/";
|
||||
// export const SHOPTIME_BASE_URL = "https://qt2-aic.lgshopsvc.lgappstv.com/";
|
||||
export const SHOPTIME_BASE_URL = ".lgshopsvc.lgappstv.com";
|
||||
|
||||
export const URLS = {
|
||||
@@ -277,8 +277,8 @@ export const getUrl = (getState, endStr) => {
|
||||
let newUrl = "";
|
||||
if (sdpURL.indexOf("qt2") >= 0) {
|
||||
// dev
|
||||
newUrl = "https://qt3-aic" + SHOPTIME_BASE_URL;
|
||||
//"https://qt3-aic.lgshopsvc.lgappstv.com/";
|
||||
newUrl = "https://qt2-aic" + SHOPTIME_BASE_URL;
|
||||
//"https://qt2-aic.lgshopsvc.lgappstv.com/";
|
||||
} else if (sdpURL.indexOf("qt") >= 0) {
|
||||
// Qa - cdn
|
||||
newUrl = "https://qt-" + ricCode + SHOPTIME_BASE_URL;
|
||||
|
||||
@@ -367,7 +367,7 @@ export const getQRCodeUrl = ({
|
||||
let baseUrl = "";
|
||||
|
||||
if (sdpURL.indexOf("qt2") >= 0) {
|
||||
baseUrl = "https://qt3-m.shoptime.lgappstv.com/";
|
||||
baseUrl = "https://qt2-m.shoptime.lgappstv.com/";
|
||||
} else if (sdpURL.indexOf("qt") >= 0) {
|
||||
baseUrl = "https://qt-m.shoptime.lgappstv.com/";
|
||||
} else {
|
||||
|
||||
@@ -120,7 +120,7 @@ export default function DebugPanel({ spotlightId }) {
|
||||
selected={localSettings.serverType === "qt2"}
|
||||
onClick={onChangeServer("qt2")}
|
||||
>
|
||||
qt2(qt3)
|
||||
qt2
|
||||
</RadioItem>
|
||||
<RadioItem
|
||||
className={css.switch}
|
||||
|
||||
Reference in New Issue
Block a user