Files
WrenchBoardIonic2023/src/environments/environment.ts
T
CHIEFSOFT\ameye 0ce80a0d20 location maps
2023-10-25 17:34:16 -04:00

14 lines
451 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/',
appleRedirectUri: 'https://dev-users.wrenchboard.com/loginWithApple',
facebookAppId: '677857427521030',
loginSocial: true,
keys: {
googleMaps: 'AIzaSyCvsRozdnd1i1KBGWC6ewe1RaJYuGbrk3s'
}
};