diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 65efeb7..36df7b7 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -2,6 +2,7 @@ export const environment = { production: true, apiKey: '', // <-- Enter your own key here!' PROD baseUrl: 'https://apigate.nebula.g1.wrenchboard.com/svs/user', + baseMediaUrl: 'https://media.wrenchboard.com', images: 'https://apigate.nebula.g1.wrenchboard.com/svs/user', appleRedirectUri: 'https://users.wrenchboard.com/loginWithApple', socketURL:'https://socket.wrenchboard.com', diff --git a/src/environments/environment.ts b/src/environments/environment.ts index cf113f9..79fb0cb 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -2,6 +2,7 @@ export const environment = { production: false, apiKey: '', // <-- Enter your own key here!' TEST baseUrl: 'https://apigate.nebula.g1.wrenchboard.com/en/wrench/api/v1', + baseMediaUrl: 'https://media.wrenchboard.com', images: 'https://apigate.nebula.g1.wrenchboard.com/en/wrench/api/v1/', appleRedirectUri: 'https://users.wrenchboard.com/loginWithApple', socketURL:'https://socket.wrenchboard.com',