argos/dmp-frontend/src/assets/config/config.json

52 lines
1.5 KiB
JSON
Raw Normal View History

{
"production": false,
2020-04-27 15:21:03 +02:00
"Server": "http://localhost:8081/api/",
"App": "http://localhost:4200/",
"HelpService": {
"Enabled": false,
"Url": "localhost:5000/"
},
"defaultCulture": "en-US",
2023-10-25 19:53:47 +02:00
"defaultBlueprintId": "86635178-36a6-484f-9057-a934e4eeecd5",
"keycloak": {
2023-10-18 11:51:15 +02:00
"enabled": true,
2024-03-20 11:35:55 +01:00
"address": "http://dev03.local.cite.gr:60201",
"realm": "dmp-development",
2023-10-18 11:51:15 +02:00
"flow": "standard",
2024-03-20 11:35:55 +01:00
"clientId": "dmp_webapp",
2023-10-18 11:51:15 +02:00
"silentCheckSsoRedirectUri": "http://localhost:4200/assets/silent-check-sso.html",
2024-01-15 17:47:34 +01:00
"scope": "openid profile email address phone dmp_web dmp_notification identity_provider",
2023-10-18 11:51:15 +02:00
"clientSecret": null,
"grantType": "code"
},
2024-01-09 14:52:07 +01:00
"inAppNotificationsCountInterval": "30",
"notification_service": {
"enabled": true,
2024-03-20 11:35:55 +01:00
"address": "http://dev04.local.cite.gr:55330/api/notification/"
},
"annotation_service": {
"enabled": true,
2024-03-20 11:35:55 +01:00
"address": "http://dev04.local.cite.gr:55330/api/annotation/"
},
"zenodoConfiguration": {
"clientId": "",
"oauthUrl": "https://sandbox.zenodo.org/oauth/authorize",
"redirectUri": "http://localhost:4200/login/external/zenodo"
},
"logging": {
"enabled": true,
"logLevels": ["debug", "info", "warning", "error"]
},
2020-12-10 14:29:24 +01:00
"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
}