Files
WrenchBoardIonic2023/src/environments/environment.ts
T
2023-09-10 08:54:24 +08:00

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