argos/deployment/opencdmp/frontend/config.json

74 lines
1.9 KiB
JSON

{
"production": false,
"Server": "http://host.docker.internal:8081/api/",
"App": "http://host.docker.internal:8081/",
"HelpService": {
"Enabled": false,
"Url": "localhost:5000/"
},
"defaultCulture": "en-US",
"defaultLanguage": "en",
"defaultBlueprintId": "86635178-36a6-484f-9057-a934e4eeecd5",
"keycloak": {
"enabled": true,
"address": "http://host.docker.internal:8081/keycloak/",
"realm": "OpenCDMP",
"flow": "standard",
"clientId": "dmp_webapp",
"silentCheckSsoRedirectUri": "http://host.docker.internal:8081/assets/silent-check-sso.html",
"scope": "openid profile email address phone dmp_web dmp_notification dmp_annotation identity_provider",
"clientSecret": null,
"grantType": "code"
},
"inAppNotificationsCountInterval": "30",
"notification_service": {
"enabled": true
},
"annotation_service": {
"enabled": true
},
"zenodoConfiguration": {
"clientId": "dmp_plugins",
"oauthUrl": "https://sandbox.zenodo.org/oauth/authorize",
"redirectUri": "http://host.docker.internal:8081/login/external/zenodo"
},
"logging": {
"enabled": true,
"logLevels": ["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,
"authProviders": {
"defaultAuthProvider": {
"name": "Default",
"providerClass": "defaultIcon"
},
"authProviders": [
{
"name": "google",
"providerClass": "googleIcon",
"cultures": ["en"]
},
{
"name": "facebook",
"providerClass": "facebookIcon",
"cultures": ["en"]
}
]
},
"referenceTypes": {
"researcherId": "5a2112e7-ea99-4cfe-98a1-68665e26726e",
"grantId": "5b9c284f-f041-4995-96cc-fad7ad13289c",
"organizationId": "7eeffb98-58fb-4921-82ec-e27f32f8e738"
}
}