argos/dmp-frontend/src/environments/environment.prod.ts

34 lines
1.1 KiB
TypeScript
Raw Normal View History

export const environment = {
production: true,
2018-11-27 15:13:56 +01:00
Server: 'https://devel.opendmp.eu/srv/api/',
App: 'https://devel.opendmp.eu/',
HelpService: {
Enabled: false,
2018-11-27 15:13:56 +01:00
Url: 'https://devel.opendmp.eu/content-service/',
},
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'
}
2019-02-15 11:27:47 +01:00
},
logging: {
enabled: false,
logLevels: ["debug", "info", "warning", "error"]
},
};