2017-09-14 12:37:36 +02:00
|
|
|
export const environment = {
|
2018-10-08 16:58:52 +02:00
|
|
|
production: false,
|
2019-04-24 11:26:53 +02:00
|
|
|
Server: "http://devel-23.local.cite.gr:8080/api/",
|
|
|
|
|
|
|
|
App: "http://localhost:4200/",
|
|
|
|
|
2018-10-08 16:58:52 +02:00
|
|
|
HelpService: {
|
|
|
|
Enabled: false,
|
2019-04-24 11:26:53 +02:00
|
|
|
|
|
|
|
Url: "localhost:5000/"
|
2018-10-08 16:58:52 +02:00
|
|
|
},
|
2019-04-24 11:26:53 +02:00
|
|
|
|
|
|
|
defaultCulture: "en-US",
|
|
|
|
|
2018-11-27 15:13:56 +01:00
|
|
|
loginProviders: {
|
2019-02-13 13:36:07 +01:00
|
|
|
enabled: [1, 2, 3, 4, 5, 6],
|
2019-04-24 11:26:53 +02:00
|
|
|
|
|
|
|
facebookConfiguration: { clientId: "613977555670785" },
|
|
|
|
|
|
|
|
googleConfiguration: {
|
|
|
|
clientId:
|
|
|
|
"524432312250-sc9qsmtmbvlv05r44onl6l93ia3k9deo.apps.googleusercontent.com"
|
|
|
|
},
|
|
|
|
|
2018-11-27 15:13:56 +01:00
|
|
|
linkedInConfiguration: {
|
2019-04-24 11:26:53 +02:00
|
|
|
clientId: "86bl8vfk77clh9",
|
|
|
|
|
|
|
|
oauthUrl: "https://www.linkedin.com/oauth/v2/authorization",
|
|
|
|
|
|
|
|
redirectUri: "http://localhost:4200/login/linkedin"
|
2018-11-27 15:13:56 +01:00
|
|
|
},
|
2019-04-24 11:26:53 +02:00
|
|
|
|
2018-11-27 15:13:56 +01:00
|
|
|
twitterConfiguration: {
|
2019-04-24 11:26:53 +02:00
|
|
|
clientId: "HiR4hQH9HNubKC5iKQy0l4mAZ",
|
|
|
|
|
|
|
|
oauthUrl: "https://api.twitter.com/oauth/authenticate"
|
2018-11-27 15:13:56 +01:00
|
|
|
},
|
2019-04-24 11:26:53 +02:00
|
|
|
|
2018-11-27 15:13:56 +01:00
|
|
|
b2accessConfiguration: {
|
2019-04-24 11:26:53 +02:00
|
|
|
clientId: "eudatdmptool",
|
|
|
|
|
|
|
|
oauthUrl:
|
|
|
|
"https://b2access-integration.fz-juelich.de:443/oauth2-as/oauth2-authz",
|
|
|
|
|
|
|
|
redirectUri: "http://opendmp.eu/api/oauth/authorized/b2access"
|
2018-11-27 15:13:56 +01:00
|
|
|
}
|
2019-01-18 18:03:45 +01:00
|
|
|
},
|
2019-04-24 11:26:53 +02:00
|
|
|
|
2019-01-18 18:03:45 +01:00
|
|
|
logging: {
|
|
|
|
enabled: true,
|
2019-04-24 11:26:53 +02:00
|
|
|
|
2019-01-18 18:03:45 +01:00
|
|
|
logLevels: ["debug", "info", "warning", "error"]
|
2019-04-24 11:26:53 +02:00
|
|
|
}
|
2017-09-14 12:37:36 +02:00
|
|
|
};
|