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" }] }