base media URL

This commit is contained in:
CHIEFSOFT\ameye
2024-06-25 15:35:58 -04:00
parent 6aa561fed1
commit 50f3656a64
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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',
+1
View File
@@ -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',