From 1bc1374e7848db05167c1279025c86eb6940f7c9 Mon Sep 17 00:00:00 2001
From: Baptiste Toulemonde <toulemonde@cines.fr>
Date: Mon, 24 May 2021 10:39:31 +0200
Subject: [PATCH] change url to f2ds.eosc-pillar.eu

---
 src/app/authentication/services/auth.service.ts | 4 ++--
 src/app/services/parse-xml.service.ts           | 2 +-
 src/environments/environment.prod.ts            | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/app/authentication/services/auth.service.ts b/src/app/authentication/services/auth.service.ts
index c0a7b69ed..915698895 100644
--- a/src/app/authentication/services/auth.service.ts
+++ b/src/app/authentication/services/auth.service.ts
@@ -6,8 +6,8 @@ import { map } from "rxjs/operators";
 import { AppConfiguration } from 'src/app/AppConfiguration';
 
 
-const AUTH_API = "http://localhost:8080/harvester/auth";
-const F2DSAPI = "http://51.178.69.147"
+const AUTH_API = "https://f2ds.eosc-pillar.eu/harvester/auth";
+const F2DSAPI = "https://f2ds.eosc-pillar.eu"
 const httpOptions = {
   headers: new HttpHeaders({ 'Content-Type': 'application/json' })
 };
diff --git a/src/app/services/parse-xml.service.ts b/src/app/services/parse-xml.service.ts
index 5574c5d29..44089781b 100644
--- a/src/app/services/parse-xml.service.ts
+++ b/src/app/services/parse-xml.service.ts
@@ -7,7 +7,7 @@ import { HttpClient, HttpHeaders } from '@angular/common/http';
 })
 export class ParseXmlService {
  
-  blazePath = "https://ffds.eosc-pillar.eu/blazegraph/sparql"
+  blazePath = "https://f2ds.eosc-pillar.eu/blazegraph/sparql"
 
   constructor(private http:HttpClient) { }
   
diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts
index e8fafda56..3d96a7919 100644
--- a/src/environments/environment.prod.ts
+++ b/src/environments/environment.prod.ts
@@ -1,4 +1,4 @@
 export const environment = {
   production: true,
-  apiurl: 'ffds.eosc-pillar.eu',
+  apiurl: 'f2ds.eosc-pillar.eu',
 };
-- 
GitLab