enrion update
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
@@ -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
|
||||
};
|
||||
|
||||
|
||||
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user