Live commit files
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "WrenchBoard",
|
||||
"version": "45.5.2",
|
||||
"version": "46.2.4",
|
||||
"author": "WrenchBaoard LLC",
|
||||
"homepage": "https://www.wrenchboard.com/",
|
||||
"scripts": {
|
||||
|
||||
@@ -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',
|
||||
}
|
||||
};
|
||||
};
|
||||
@@ -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: {
|
||||
|
||||
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user