From 1c83289a653fc94c6b9c377a576b37bd2d5d92b3 Mon Sep 17 00:00:00 2001 From: Diamantis Tziotzios Date: Thu, 25 Apr 2019 09:59:29 +0300 Subject: [PATCH] dev enviroment file update --- dmp-frontend/src/environments/environment.ts | 51 ++++++-------------- 1 file changed, 15 insertions(+), 36 deletions(-) diff --git a/dmp-frontend/src/environments/environment.ts b/dmp-frontend/src/environments/environment.ts index aa481010b..76c1156eb 100644 --- a/dmp-frontend/src/environments/environment.ts +++ b/dmp-frontend/src/environments/environment.ts @@ -1,54 +1,33 @@ export const environment = { production: false, - Server: "http://devel-23.local.cite.gr:8080/api/", - - App: "http://localhost:4200/", - + Server: 'http://localhost:8080/api/', + App: 'http://localhost:4200/', HelpService: { Enabled: false, - - Url: "localhost:5000/" + Url: 'localhost:5000/', }, - - defaultCulture: "en-US", - + defaultCulture: 'en-US', loginProviders: { enabled: [1, 2, 3, 4, 5, 6], - - facebookConfiguration: { clientId: "613977555670785" }, - - googleConfiguration: { - clientId: - "524432312250-sc9qsmtmbvlv05r44onl6l93ia3k9deo.apps.googleusercontent.com" - }, - + facebookConfiguration: { clientId: '' }, + googleConfiguration: { clientId: '' }, linkedInConfiguration: { - clientId: "86bl8vfk77clh9", - - oauthUrl: "https://www.linkedin.com/oauth/v2/authorization", - - redirectUri: "http://localhost:4200/login/linkedin" + clientId: '', + oauthUrl: 'https://www.linkedin.com/oauth/v2/authorization', + redirectUri: 'http://localhost:4200/login/linkedin' }, - twitterConfiguration: { - clientId: "HiR4hQH9HNubKC5iKQy0l4mAZ", - - oauthUrl: "https://api.twitter.com/oauth/authenticate" + clientId: '', + oauthUrl: 'https://api.twitter.com/oauth/authenticate' }, - b2accessConfiguration: { - clientId: "eudatdmptool", - - oauthUrl: - "https://b2access-integration.fz-juelich.de:443/oauth2-as/oauth2-authz", - - redirectUri: "http://opendmp.eu/api/oauth/authorized/b2access" + clientId: '', + oauthUrl: 'https://b2access-integration.fz-juelich.de:443/oauth2-as/oauth2-authz', + redirectUri: 'http://opendmp.eu/api/oauth/authorized/b2access' } }, - logging: { enabled: true, - logLevels: ["debug", "info", "warning", "error"] - } + }, };