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.rec.ts b/ui/ui-frontend/projects/pastis/src/environments/environment.rec.ts
index 8182e0af8c8ac89c4b33d902248233ab44a27443..18891fd177103c4883565a032c6aa292be4cfe4a 100644
--- a/ui/ui-frontend/projects/pastis/src/environments/environment.rec.ts
+++ b/ui/ui-frontend/projects/pastis/src/environments/environment.rec.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 611a8e13fc85bbc8fa1db53cb3bf602a67987880..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: "http://localhost:8051"
+  apiServerUrl: "https://sandbox78-adm.cines.fr:8051"
 };
 
 /*