From 0c24b7950aa5a83e4dc3b43268e34421cdf6d348 Mon Sep 17 00:00:00 2001 From: Olusesan Ameye <> Date: Tue, 25 Jun 2024 15:30:55 -0400 Subject: [PATCH] Live commit files --- package.json | 2 +- src/environments/environment.prod.ts | 9 +++++---- src/environments/environment.ts | 8 ++++---- src/environments/environment_sample.ts | 4 ++-- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 3bd0edd..fa2b791 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WrenchBoard", - "version": "45.5.2", + "version": "46.2.4", "author": "WrenchBaoard LLC", "homepage": "https://www.wrenchboard.com/", "scripts": { diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 6145157..65efeb7 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -1,13 +1,14 @@ export const environment = { production: true, apiKey: '', // <-- Enter your own key here!' PROD - baseUrl: 'https://apigate.lotus.g1.wrenchboard.com/svs/user', - images: 'https://apigate.lotus.g1.wrenchboard.com/svs/user', + baseUrl: 'https://apigate.nebula.g1.wrenchboard.com/svs/user', + images: 'https://apigate.nebula.g1.wrenchboard.com/svs/user', appleRedirectUri: 'https://users.wrenchboard.com/loginWithApple', socketURL:'https://socket.wrenchboard.com', facebookAppId: '390204307987009', loginSocial: false, keys: { - googleMaps: 'AIzaSyCvsRozdnd1i1KBGWC6ewe1RaJYuGbrk3s' + googleMapsIOS: 'AIzaSyCvsRozdnd1i1KBGWC6ewe1RaJYuGbrk3s', + googleMapsAndroid: 'AIzaSyBpDdTIvZ8nAAuI2S6erK3zuvVSKBj-T2k', } -}; +}; \ No newline at end of file diff --git a/src/environments/environment.ts b/src/environments/environment.ts index a36c037..cf113f9 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -1,10 +1,10 @@ export const environment = { production: false, apiKey: '', // <-- Enter your own key here!' TEST - baseUrl: 'https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1', - images: 'https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1/', - appleRedirectUri: 'https://dev-users.wrenchboard.com/loginWithApple', - socketURL:'https://socket-dev.wrenchboard.com', + baseUrl: 'https://apigate.nebula.g1.wrenchboard.com/en/wrench/api/v1', + images: 'https://apigate.nebula.g1.wrenchboard.com/en/wrench/api/v1/', + appleRedirectUri: 'https://users.wrenchboard.com/loginWithApple', + socketURL:'https://socket.wrenchboard.com', facebookAppId: '677857427521030', loginSocial: true, keys: { diff --git a/src/environments/environment_sample.ts b/src/environments/environment_sample.ts index 326f246..ec141c4 100644 --- a/src/environments/environment_sample.ts +++ b/src/environments/environment_sample.ts @@ -1,8 +1,8 @@ export const environment = { production: false, apiKey: '', // <-- Enter your own key here!' TEST - baseUrl: 'https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1', - images: 'https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1/', + baseUrl: 'https://apigate.nebula.g1.wrenchboard.com/en/wrench/api/v1', + images: 'https://apigate.nebula.g1.wrenchboard.com/en/wrench/api/v1/', loginSocial: true };