From 64585fd4ef533bf176ea879d61c33189678682f4 Mon Sep 17 00:00:00 2001 From: nikolay Date: Wed, 26 Jul 2023 10:32:22 +0400 Subject: [PATCH] =?UTF-8?q?dev=20#14384=20=D0=9F=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BE=D0=BA=20=D0=BE=D1=82?= =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F=20WPA=20?= =?UTF-8?q?=D0=9A=D0=BE=D1=84=D0=B5=D0=9B=D0=B0=D0=B9=D0=BA:=20revert=20ur?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- angular/src/environments/environment.prod.ts | 6 +++--- angular/src/environments/environment.ts | 4 ++-- angular/src/manifest.webmanifest | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/angular/src/environments/environment.prod.ts b/angular/src/environments/environment.prod.ts index 0874f8e..ea6e81b 100644 --- a/angular/src/environments/environment.prod.ts +++ b/angular/src/environments/environment.prod.ts @@ -7,8 +7,8 @@ export const environment = { appWPEndpoint: 'http://213.239.210.240:4500/wp-json/woofood/v1/', hasBonusProgram: true, systemId: 'tsQ2cu59Xz9qgGTm3z', - defaultUrl: 'https://coffee-like.lk.crm4retail.ru', - manifestUrl: 'https://coffee-like.lk.crm4retail.ru/manifest.webmanifest', + defaultUrl: 'https://club.coffee-like.com', + manifestUrl: 'https://club.coffee-like.com/manifest.webmanifest', firebase: { apiKey: 'AIzaSyDTb_xuMz2vDx8xGs34AJiltraKVlwmrtY', authDomain: 'coffee-like-77bfe.firebaseapp.com', @@ -19,7 +19,7 @@ export const environment = { }, version: packageJson.version, appleWalletEndpoint: 'https://apple-wallet-iiko.it-retail.tech/apns/api', - icardProxy: 'https://coffee-like.lk.crm4retail.ru/api/icard-proxy/', + icardProxy: 'https://club.coffee-like.com/api/icard-proxy/', appleWalletSecret: 'Token F5mbzEERAznGKVbB6l', clientName: 'coffeelike', }; diff --git a/angular/src/environments/environment.ts b/angular/src/environments/environment.ts index 8d5e9c0..ca68022 100644 --- a/angular/src/environments/environment.ts +++ b/angular/src/environments/environment.ts @@ -8,7 +8,7 @@ export const environment = { hasBonusProgram: true, systemId: 'tsQ2cu59Xz9qgGTm3z', defaultUrl: 'http://192.168.0.179:4200', - manifestUrl: 'https://coffee-like.lk.crm4retail.ru/manifest.webmanifest', + manifestUrl: 'https://club.coffee-like.com/manifest.webmanifest', firebase: { apiKey: 'AIzaSyDTb_xuMz2vDx8xGs34AJiltraKVlwmrtY', authDomain: 'coffee-like-77bfe.firebaseapp.com', @@ -19,7 +19,7 @@ export const environment = { }, version: packageJson.version, appleWalletEndpoint: 'https://apple-wallet-iiko.it-retail.tech/apns/api', - icardProxy: 'https://coffee-like.lk.crm4retail.ru/api/icard-proxy/', + icardProxy: 'https://club.coffee-like.com/api/icard-proxy/', appleWalletSecret: 'Token F5mbzEERAznGKVbB6l', clientName: 'coffeelike', }; diff --git a/angular/src/manifest.webmanifest b/angular/src/manifest.webmanifest index 8faa8c1..f3ddee2 100644 --- a/angular/src/manifest.webmanifest +++ b/angular/src/manifest.webmanifest @@ -53,6 +53,6 @@ "gcm_sender_id": "99855572145", "related_applications": [{ "platform": "webapp", - "url": "https://coffee-like.lk.crm4retail.ru/manifest.webmanifest" + "url": "https://club.coffee-like.com/manifest.webmanifest" }] }