9 lines
270 B
TypeScript
9 lines
270 B
TypeScript
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
|
|
};
|
|
|