enrion update

This commit is contained in:
CHIEFSOFT\ameye
2023-08-13 13:50:31 -04:00
parent 55c2369c10
commit cc752fb1f0
5 changed files with 35 additions and 20 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
export const environment = {
production: true,
apiKey: '', // <-- Enter your own key here!' PROD
baseUrl: 'https://orion.lotus.g1.wrenchboard.com/svs/user',
images: 'https://orion.lotus.g1.wrenchboard.com/svs/user',
baseUrl: 'https://apigate.orion.g1.wrenchboard.com/svs/user',
images: 'https://apigate.orion.g1.wrenchboard.com/svs/user',
loginSocial: false
};
+1
View File
@@ -3,5 +3,6 @@ export const environment = {
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/',
loginSocial: true
};
+8
View File
@@ -0,0 +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/',
loginSocial: true
};