Live commit files

This commit is contained in:
Olusesan Ameye
2024-06-25 15:30:55 -04:00
parent cb3f523a6f
commit 0c24b7950a
4 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "WrenchBoard",
"version": "45.5.2",
"version": "46.2.4",
"author": "WrenchBaoard LLC",
"homepage": "https://www.wrenchboard.com/",
"scripts": {
+5 -4
View File
@@ -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',
}
};
};
+4 -4
View File
@@ -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: {
+2 -2
View File
@@ -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
};