removed confir from commit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiKey: '', // <-- Enter your own key here!'
|
||||
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',
|
||||
};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiKey: '', // <-- Enter your own key here!'
|
||||
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/',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user