{
  "production": true,
  "debug": false,
  "ui": {
    "ssl": false,
    "host": "localhost",
    "port": 4000,
    "nameSpace": "/",
    "baseUrl": "http://localhost:4000",
    "rateLimiter": {
      "windowMs": 60000,
      "max": 400
    },
    "useProxies": true
  },
  "rest": {
    "ssl": true,
    "host": "orlis.difu.de",
    "port": 443,
    "nameSpace": "/server",
    "baseUrl": "https://orlis.difu.de/server"
  },
  "actuators": {
    "endpointPath": "/actuator/health"
  },
  "cache": {
    "msToLive": {
      "default": 900000
    },
    "control": "max-age=604800",
    "noCacheFiles": [
      "/index.html"
    ],
    "autoSync": {
      "defaultTime": 0,
      "maxBufferSize": 100,
      "timePerMethod": {
        "PATCH": 3
      }
    },
    "serverSide": {
      "debug": true,
      "headers": [
        "Link"
      ],
      "botCache": {
        "max": 0,
        "timeToLive": 86400000,
        "allowStale": false
      },
      "anonymousCache": {
        "max": 0,
        "timeToLive": 3600000,
        "allowStale": false
      }
    }
  },
  "auth": {
    "ui": {
      "timeUntilIdle": 27000000,
      "idleGracePeriod": 900000
    },
    "rest": {
      "timeLeftBeforeTokenRefresh": 120000
    }
  },
  "form": {
    "spellCheck": true,
    "validatorMap": {
      "required": "required",
      "regex": "pattern"
    }
  },
  "notifications": {
    "rtl": false,
    "position": [
      "top",
      "right"
    ],
    "maxStack": 8,
    "timeOut": 5000,
    "clickToClose": true,
    "animate": "scale"
  },
  "submission": {
    "autosave": {
      "metadata": [],
      "timer": 0
    },
    "duplicateDetection": {
      "alwaysShowSection": false
    },
    "typeBind": {
      "field": "dc.type"
    },
    "icons": {
      "metadata": [
        {
          "name": "dc.author",
          "style": "fas fa-user"
        },
        {
          "name": "default",
          "style": ""
        }
      ],
      "authority": {
        "confidence": [
          {
            "value": 600,
            "style": "text-success"
          },
          {
            "value": 500,
            "style": "text-info"
          },
          {
            "value": 400,
            "style": "text-warning"
          },
          {
            "value": "default",
            "style": "text-muted"
          }
        ]
      }
    }
  },
  "fallbackLanguage": "en",
  "languages": [
    {
      "code": "en",
      "label": "English",
      "active": true
    },
    {
      "code": "de",
      "label": "Deutsch",
      "active": true
    }
  ],
  "browseBy": {
    "oneYearLimit": 10,
    "fiveYearLimit": 30,
    "defaultLowerLimit": 1900,
    "showThumbnails": true,
    "pageSize": 20
  },
  "communityList": {
    "pageSize": 20
  },
  "homePage": {
    "recentSubmissions": {
      "pageSize": 5,
      "sortField": "dc.date.accessioned"
    },
    "topLevelCommunityList": {
      "pageSize": 5
    },
    "showDiscoverFilters": false
  },
  "item": {
    "edit": {
      "undoTimeout": 10000
    },
    "showAccessStatuses": true,
    "bitstream": {
      "pageSize": 5,
      "showAccessStatuses": false
    }
  },
  "community": {
    "defaultBrowseTab": "search",
    "searchSection": {
      "showSidebar": true
    }
  },
  "collection": {
    "defaultBrowseTab": "search",
    "searchSection": {
      "showSidebar": true
    },
    "edit": {
      "undoTimeout": 10000
    }
  },
  "suggestion": [],
  "themes": [
    {
      "name": "custom"
    }
  ],
  "bundle": {
    "standardBundles": [
      "ORIGINAL",
      "THUMBNAIL",
      "LICENSE"
    ]
  },
  "mediaViewer": {
    "image": false,
    "video": false
  },
  "info": {
    "enableEndUserAgreement": true,
    "enablePrivacyStatement": true,
    "enableCOARNotifySupport": true,
    "enableCookieConsentPopup": true
  },
  "markdown": {
    "enabled": false,
    "mathjax": false
  },
  "vocabularies": [
    {
      "filter": "subject",
      "vocabulary": "srsc",
      "enabled": true
    }
  ],
  "comcolSelectionSort": {
    "sortField": "dc.title",
    "sortDirection": "ASC"
  },
  "qualityAssuranceConfig": {
    "sourceUrlMapForProjectSearch": {
      "openaire": "https://explore.openaire.eu/search/project?projectId="
    },
    "pageSize": 5
  },
  "search": {
    "advancedFilters": {
      "enabled": false,
      "filter": [
        "title",
        "author",
        "subject",
        "entityType"
      ]
    },
    "filterPlaceholdersCount": 5
  },
  "notifyMetrics": [
    {
      "title": "admin-notify-dashboard.received-ldn",
      "boxes": [
        {
          "color": "#B8DAFF",
          "title": "admin-notify-dashboard.NOTIFY.incoming.accepted",
          "config": "NOTIFY.incoming.accepted",
          "description": "admin-notify-dashboard.NOTIFY.incoming.accepted.description"
        },
        {
          "color": "#D4EDDA",
          "title": "admin-notify-dashboard.NOTIFY.incoming.processed",
          "config": "NOTIFY.incoming.processed",
          "description": "admin-notify-dashboard.NOTIFY.incoming.processed.description"
        },
        {
          "color": "#FDBBC7",
          "title": "admin-notify-dashboard.NOTIFY.incoming.failure",
          "config": "NOTIFY.incoming.failure",
          "description": "admin-notify-dashboard.NOTIFY.incoming.failure.description"
        },
        {
          "color": "#FDBBC7",
          "title": "admin-notify-dashboard.NOTIFY.incoming.untrusted",
          "config": "NOTIFY.incoming.untrusted",
          "description": "admin-notify-dashboard.NOTIFY.incoming.untrusted.description"
        },
        {
          "color": "#43515F",
          "title": "admin-notify-dashboard.NOTIFY.incoming.involvedItems",
          "textColor": "#fff",
          "config": "NOTIFY.incoming.involvedItems",
          "description": "admin-notify-dashboard.NOTIFY.incoming.involvedItems.description"
        }
      ]
    },
    {
      "title": "admin-notify-dashboard.generated-ldn",
      "boxes": [
        {
          "color": "#D4EDDA",
          "title": "admin-notify-dashboard.NOTIFY.outgoing.delivered",
          "config": "NOTIFY.outgoing.delivered",
          "description": "admin-notify-dashboard.NOTIFY.outgoing.delivered.description"
        },
        {
          "color": "#B8DAFF",
          "title": "admin-notify-dashboard.NOTIFY.outgoing.queued",
          "config": "NOTIFY.outgoing.queued",
          "description": "admin-notify-dashboard.NOTIFY.outgoing.queued.description"
        },
        {
          "color": "#FDEEBB",
          "title": "admin-notify-dashboard.NOTIFY.outgoing.queued_for_retry",
          "config": "NOTIFY.outgoing.queued_for_retry",
          "description": "admin-notify-dashboard.NOTIFY.outgoing.queued_for_retry.description"
        },
        {
          "color": "#FDBBC7",
          "title": "admin-notify-dashboard.NOTIFY.outgoing.failure",
          "config": "NOTIFY.outgoing.failure",
          "description": "admin-notify-dashboard.NOTIFY.outgoing.failure.description"
        },
        {
          "color": "#43515F",
          "title": "admin-notify-dashboard.NOTIFY.outgoing.involvedItems",
          "textColor": "#fff",
          "config": "NOTIFY.outgoing.involvedItems",
          "description": "admin-notify-dashboard.NOTIFY.outgoing.involvedItems.description"
        }
      ]
    }
  ],
  "liveRegion": {
    "messageTimeOutDurationMs": 30000,
    "isVisible": false
  },
  "matomo": {
    "siteId": 34,
    "trackerUrl": "https://analytics.difu.de"
  },
  "geospatialMapViewer": {
    "spatialMetadataFields": [
      "dcterms.spatial"
    ],
    "spatialFacetDiscoveryConfiguration": "geospatial",
    "spatialPointFilterName": "point",
    "enableItemPageFields": false,
    "enableSearchViewMode": false,
    "enableBrowseMap": false,
    "tileProviders": [
      "OpenStreetMap.Mapnik"
    ],
    "defaultCentrePoint": {
      "lat": 41.015137,
      "lng": 28.97953
    }
  },
  "accessibility": {
    "cookieExpirationDuration": 7
  },
  "defaultLanguage": "de"
}