2020-03-26 17:44:12 +01:00
|
|
|
{
|
|
|
|
"production": false,
|
2020-04-27 15:21:03 +02:00
|
|
|
"Server": "http://localhost:8081/api/",
|
2020-03-26 17:44:12 +01:00
|
|
|
"App": "http://localhost:4200/",
|
|
|
|
"HelpService": {
|
|
|
|
"Enabled": false,
|
|
|
|
"Url": "localhost:5000/"
|
|
|
|
},
|
|
|
|
"defaultCulture": "en-US",
|
|
|
|
"loginProviders": {
|
2020-04-08 15:36:06 +02:00
|
|
|
"enabled": [1, 2, 3, 4, 5, 6, 7, 8],
|
2020-03-26 17:44:12 +01:00
|
|
|
"facebookConfiguration": { "clientId": "" },
|
|
|
|
"googleConfiguration": { "clientId": "" },
|
|
|
|
"linkedInConfiguration": {
|
|
|
|
"clientId": "",
|
|
|
|
"oauthUrl": "https://www.linkedin.com/oauth/v2/authorization",
|
|
|
|
"redirectUri": "http://localhost:4200/login/linkedin",
|
|
|
|
"state": "987654321"
|
|
|
|
},
|
|
|
|
"twitterConfiguration": {
|
|
|
|
"clientId": "",
|
|
|
|
"oauthUrl": "https://api.twitter.com/oauth/authenticate"
|
|
|
|
},
|
|
|
|
"b2accessConfiguration": {
|
|
|
|
"clientId": "",
|
|
|
|
"oauthUrl": "https://b2access-integration.fz-juelich.de:443/oauth2-as/oauth2-authz",
|
|
|
|
"redirectUri": "http://localhost:4200/api/oauth/authorized/b2access",
|
|
|
|
"state": ""
|
|
|
|
},
|
|
|
|
"orcidConfiguration": {
|
|
|
|
"clientId": "",
|
|
|
|
"oauthUrl": "https://orcid.org/oauth/authorize",
|
|
|
|
"redirectUri": "http://localhost:4200/login/external/orcid"
|
|
|
|
},
|
|
|
|
"openAireConfiguration": {
|
|
|
|
"clientId": "",
|
|
|
|
"oauthUrl": "",
|
|
|
|
"redirectUri": "",
|
|
|
|
"state": "987654321"
|
2020-04-03 17:40:03 +02:00
|
|
|
},
|
|
|
|
"zenodoConfiguration": {
|
|
|
|
"clientId": "",
|
|
|
|
"oauthUrl": "https://sandbox.zenodo.org/oauth/authorize",
|
|
|
|
"redirectUri": "http://localhost:4200/login/external/zenodo"
|
2020-03-26 17:44:12 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"logging": {
|
|
|
|
"enabled": true,
|
|
|
|
"logLevels": ["debug", "info", "warning", "error"]
|
|
|
|
},
|
|
|
|
"lockInterval": 60000,
|
2020-04-23 09:48:14 +02:00
|
|
|
"guideAssets": "assets/images/guide",
|
2020-05-07 09:57:20 +02:00
|
|
|
"allowOrganizationCreator": true,
|
2020-05-27 16:19:38 +02:00
|
|
|
"doiLink": "https://sandbox.zenodo.org/record/",
|
2020-07-02 17:29:33 +02:00
|
|
|
"useSplash": false,
|
|
|
|
"orcidPath": "https://orcid.org/"
|
2020-03-26 17:44:12 +01:00
|
|
|
}
|