64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"production": false,
|
|
"Server": "http://localhost:8081/api/",
|
|
"App": "http://localhost:4200/",
|
|
"HelpService": {
|
|
"Enabled": false,
|
|
"Url": "localhost:5000/"
|
|
},
|
|
"defaultCulture": "en-US",
|
|
"defaultLanguage": "en",
|
|
"loginProviders": {
|
|
"enabled": [1, 2, 3, 4, 5, 6, 7, 8],
|
|
"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"
|
|
},
|
|
"zenodoConfiguration": {
|
|
"clientId": "",
|
|
"oauthUrl": "https://sandbox.zenodo.org/oauth/authorize",
|
|
"redirectUri": "http://localhost:4200/login/external/zenodo"
|
|
}
|
|
},
|
|
"logging": {
|
|
"enabled": true,
|
|
"logLevels": ["debug", "info", "warning", "error"]
|
|
},
|
|
"matomo": {
|
|
"enabled": true,
|
|
"url": "https://beta.analytics.openaire.eu/",
|
|
"siteId": 361
|
|
},
|
|
"lockInterval": 60000,
|
|
"guideAssets": "assets/images/guide",
|
|
"allowOrganizationCreator": true,
|
|
"useSplash": false,
|
|
"orcidPath": "https://orcid.org/",
|
|
"maxFileSizeInMB": 10
|
|
}
|