2017-09-14 12:37:36 +02:00
|
|
|
export const environment = {
|
2018-10-08 16:58:52 +02:00
|
|
|
production: true,
|
2018-11-27 15:13:56 +01:00
|
|
|
Server: 'https://devel.opendmp.eu/srv/api/',
|
|
|
|
App: 'https://devel.opendmp.eu/',
|
2018-10-08 16:58:52 +02:00
|
|
|
HelpService: {
|
|
|
|
Enabled: false,
|
2018-11-27 15:13:56 +01:00
|
|
|
Url: 'https://devel.opendmp.eu/content-service/',
|
2018-10-08 16:58:52 +02:00
|
|
|
},
|
2018-11-27 15:13:56 +01:00
|
|
|
defaultCulture: 'en-US',
|
|
|
|
loginProviders: {
|
2019-01-18 18:03:45 +01:00
|
|
|
enabled: [1, 2, 3, 4, 5],
|
|
|
|
facebookConfiguration: { clientId: '613977555670785' },
|
|
|
|
googleConfiguration: { clientId: '596924546661-83nhl986pnrpug5h624i5kptuao03dcd.apps.googleusercontent.com' },
|
2018-11-27 15:13:56 +01:00
|
|
|
linkedInConfiguration: {
|
2019-01-18 18:03:45 +01:00
|
|
|
clientId: '86w8xorrsdzjud',
|
2018-11-27 15:13:56 +01:00
|
|
|
oauthUrl: 'https://www.linkedin.com/oauth/v2/authorization',
|
|
|
|
redirectUri: 'http://localhost:4200/login/linkedin',
|
|
|
|
},
|
|
|
|
twitterConfiguration: {
|
2019-01-18 18:03:45 +01:00
|
|
|
clientId: 'HiR4hQH9HNubKC5iKQy0l4mAZ',
|
2018-11-27 15:13:56 +01:00
|
|
|
oauthUrl: 'https://api.twitter.com/oauth/authenticate'
|
|
|
|
},
|
|
|
|
b2accessConfiguration: {
|
2019-01-18 18:03:45 +01:00
|
|
|
clientId: 'eudatdmptool',
|
2018-11-27 15:13:56 +01:00
|
|
|
oauthUrl: 'https://b2access-integration.fz-juelich.de:443/oauth2-as/oauth2-authz',
|
|
|
|
redirectUri: 'http://opendmp.eu/api/oauth/authorized/b2access'
|
|
|
|
}
|
|
|
|
}
|
2017-09-14 12:37:36 +02:00
|
|
|
};
|