Files
WrenchBoardIonic2023/src/environments/environment.ts
T
CHIEFSOFT\ameye cc752fb1f0 enrion update
2023-08-13 13:50:31 -04:00

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
};