diff --git a/src/environments/eascs/environment.demo.ts b/src/environments/eascs/environment.demo.ts index 0b90a716..5b0c4086 100644 --- a/src/environments/eascs/environment.demo.ts +++ b/src/environments/eascs/environment.demo.ts @@ -12,7 +12,7 @@ export const environment = { production: true, useHash: true, api: { - baseUrl: 'https://scm-api-test.eascs.com', + baseUrl: 'https://tms-api-test.eascs.com', refreshTokenEnabled: false, refreshTokenType: 'auth-refresh', }, diff --git a/src/environments/eascs/environment.dev.ts b/src/environments/eascs/environment.dev.ts index d4f0476c..f6d00fed 100644 --- a/src/environments/eascs/environment.dev.ts +++ b/src/environments/eascs/environment.dev.ts @@ -12,7 +12,7 @@ export const environment = { production: true, useHash: true, api: { - baseUrl: 'https://scm-api-test.eascs.com', + baseUrl: 'https://tms-api-test.eascs.com', refreshTokenEnabled: false, refreshTokenType: 'auth-refresh', }, diff --git a/src/environments/eascs/environment.pre.ts b/src/environments/eascs/environment.pre.ts index 94f745b7..0449f0d0 100644 --- a/src/environments/eascs/environment.pre.ts +++ b/src/environments/eascs/environment.pre.ts @@ -4,7 +4,7 @@ export const environment = { production: true, useHash: true, api: { - baseUrl: 'https://scm-api-pre.eascs.com', + baseUrl: 'https://tms-api-test.eascs.com', refreshTokenEnabled: false, refreshTokenType: 'auth-refresh', }, diff --git a/src/environments/eascs/environment.prod.ts b/src/environments/eascs/environment.prod.ts index 25a7ea67..0449f0d0 100644 --- a/src/environments/eascs/environment.prod.ts +++ b/src/environments/eascs/environment.prod.ts @@ -4,7 +4,7 @@ export const environment = { production: true, useHash: true, api: { - baseUrl: 'https://scm-api.eascs.com', + baseUrl: 'https://tms-api-test.eascs.com', refreshTokenEnabled: false, refreshTokenType: 'auth-refresh', }, diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 327f2f04..2a6fbc82 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -4,7 +4,7 @@ export const environment = { production: true, useHash: true, api: { - baseUrl: './', + baseUrl: 'https://tms-api-test.eascs.com', refreshTokenEnabled: true, refreshTokenType: 'auth-refresh' }