diff --git a/ui/ui-frontend/projects/pastis/src/environments/environment.dev.ts b/ui/ui-frontend/projects/pastis/src/environments/environment.dev.ts index ebf250d9fd8d18080f832ce513042a51b12e98de..f045706557595eb482638e7030059a20a6b6dd50 100644 --- a/ui/ui-frontend/projects/pastis/src/environments/environment.dev.ts +++ b/ui/ui-frontend/projects/pastis/src/environments/environment.dev.ts @@ -39,5 +39,5 @@ import { IEnvironment } from './IEnvironment'; export const environment: IEnvironment = { production: false, - apiServerUrl: "https://dev.vitamui.com:8051", + apiServerUrl: "https://sandbox78-adm.cines.fr:8051", }; diff --git a/ui/ui-frontend/projects/pastis/src/environments/environment.ts b/ui/ui-frontend/projects/pastis/src/environments/environment.ts index 205ccd437f80b27c0864a5c9366537ae3ffee0b0..a05ed64802935e18203c968964b171bcc6b4000e 100644 --- a/ui/ui-frontend/projects/pastis/src/environments/environment.ts +++ b/ui/ui-frontend/projects/pastis/src/environments/environment.ts @@ -43,7 +43,7 @@ import{IEnvironment} from './IEnvironment' export const environment: IEnvironment= { production: false, - apiServerUrl: "https://dev.vitamui.com:8051" + apiServerUrl: "https://sandbox78-adm.cines.fr:8051" }; /*