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",
|
2022-10-11 17:52:08 +02:00
|
|
|
"defaultLanguage": "en",
|
2023-02-11 13:38:13 +01:00
|
|
|
"availableLanguages": [
|
|
|
|
{
|
|
|
|
"label": "GENERAL.LANGUAGES.ENGLISH",
|
|
|
|
"value": "en"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "GENERAL.LANGUAGES.GREEK",
|
|
|
|
"value": "gr"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "GENERAL.LANGUAGES.SPANISH",
|
|
|
|
"value": "es"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "GENERAL.LANGUAGES.GERMAN",
|
|
|
|
"value": "de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "GENERAL.LANGUAGES.TURKISH",
|
|
|
|
"value": "tr"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "GENERAL.LANGUAGES.SLOVAK",
|
|
|
|
"value": "sk"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "GENERAL.LANGUAGES.SERBIAN",
|
|
|
|
"value": "sr"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "GENERAL.LANGUAGES.PORTUGUESE",
|
|
|
|
"value": "pt"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "GENERAL.LANGUAGES.CROATIAN",
|
|
|
|
"value": "hr"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "GENERAL.LANGUAGES.POLISH",
|
|
|
|
"value": "pl"
|
|
|
|
}
|
|
|
|
],
|
2023-10-12 15:16:19 +02:00
|
|
|
"keycloak": {
|
|
|
|
"enabled": true,
|
2023-10-13 17:11:46 +02:00
|
|
|
"address": "http://dev03.local.cite.gr:60201/auth",
|
|
|
|
"realm": "dmp-development",
|
2023-10-12 15:16:19 +02:00
|
|
|
"flow": "standard",
|
2023-10-13 17:11:46 +02:00
|
|
|
"clientId": "dmp_webapp",
|
2023-10-12 15:16:19 +02:00
|
|
|
"silentCheckSsoRedirectUri": "http://localhost:4200/assets/silent-check-sso.html",
|
2023-10-13 17:11:46 +02:00
|
|
|
"scope": "openid profile email address phone dmp_web",
|
2023-10-12 15:16:19 +02:00
|
|
|
"clientSecret": null,
|
|
|
|
"grantType": "code"
|
|
|
|
},
|
2023-10-12 16:13:04 +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"]
|
|
|
|
},
|
2020-12-10 14:29:24 +01:00
|
|
|
"matomo": {
|
|
|
|
"enabled": true,
|
|
|
|
"url": "https://beta.analytics.openaire.eu/",
|
|
|
|
"siteId": 361
|
|
|
|
},
|
2020-03-26 17:44:12 +01:00
|
|
|
"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-07-02 17:29:33 +02:00
|
|
|
"useSplash": false,
|
2022-03-16 12:00:03 +01:00
|
|
|
"orcidPath": "https://orcid.org/",
|
|
|
|
"maxFileSizeInMB": 10
|
2020-03-26 17:44:12 +01:00
|
|
|
}
|