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-07-12 16:22:57 +02:00
|
|
|
enabled: [1, 2, 3, 4, 5, 6],
|
2019-02-15 17:36:06 +01:00
|
|
|
facebookConfiguration: { clientId: '' },
|
|
|
|
googleConfiguration: { clientId: '' },
|
2018-11-27 15:13:56 +01:00
|
|
|
linkedInConfiguration: {
|
2019-02-15 17:36:06 +01:00
|
|
|
clientId: '',
|
2018-11-27 15:13:56 +01:00
|
|
|
oauthUrl: 'https://www.linkedin.com/oauth/v2/authorization',
|
|
|
|
redirectUri: 'http://localhost:4200/login/linkedin',
|
|
|
|
},
|
|
|
|
twitterConfiguration: {
|
2019-02-15 17:36:06 +01:00
|
|
|
clientId: '',
|
2018-11-27 15:13:56 +01:00
|
|
|
oauthUrl: 'https://api.twitter.com/oauth/authenticate'
|
|
|
|
},
|
|
|
|
b2accessConfiguration: {
|
2019-02-15 17:36:06 +01:00
|
|
|
clientId: '',
|
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'
|
2019-07-12 16:22:57 +02:00
|
|
|
},
|
|
|
|
orcidConfiguration: {
|
|
|
|
clientId: 'APP-766DI5LP8T75FC4R',
|
|
|
|
oauthUrl: 'https://sandbox.orcid.org/oauth/authorize',
|
|
|
|
redirectUri: 'http://opendmp.eu/api/oauth/authorized/orcid'
|
2018-11-27 15:13:56 +01:00
|
|
|
}
|
2019-02-15 11:27:47 +01:00
|
|
|
},
|
|
|
|
logging: {
|
|
|
|
enabled: false,
|
|
|
|
logLevels: ["debug", "info", "warning", "error"]
|
|
|
|
},
|
2017-09-14 12:37:36 +02:00
|
|
|
};
|