14 lines
451 B
TypeScript
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'
|
|
}
|
|
};
|
|
|