10 lines
344 B
TypeScript
10 lines
344 B
TypeScript
export const environment = {
|
|
production: false,
|
|
apiKey: '', // <-- Enter your own key here!' TEST
|
|
baseUrl: 'https://apigate.nebula.g1.wrenchboard.com/en/wrench/api/v1',
|
|
images: 'https://apigate.nebula.g1.wrenchboard.com/en/wrench/api/v1/',
|
|
appleRedirectUri: 'https://dev-users.wrenchboard.com/loginWithApple',
|
|
loginSocial: true
|
|
};
|
|
|