base media URL
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user