{
  "production": true,
  "debug": false,
  "ui": {
    "ssl": false,
    "host": "0.0.0.0",
    "port": 4000,
    "nameSpace": "/",
    "baseUrl": "http://repositorio.upeu.edu.pe",
    "rateLimiter": {
      "windowMs": 60000,
      "max": 500
    },
    "useProxies": true
  },
  "rest": {
    "ssl": true,
    "host": "repositorio.upeu.edu.pe",
    "port": 443,
    "nameSpace": "/server",
    "ssrBaseUrl": "http://localhost:8080/server",
    "baseUrl": "https://repositorio.upeu.edu.pe/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": false,
      "headers": [
        "Link"
      ],
      "botCache": {
        "max": 1000,
        "timeToLive": 86400000,
        "allowStale": true
      },
      "anonymousCache": {
        "max": 0,
        "timeToLive": 10000,
        "allowStale": true
      }
    }
  },
  "auth": {
    "ui": {
      "timeUntilIdle": 900000,
      "idleGracePeriod": 300000
    },
    "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
    },
    "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"
          }
        ]
      }
    }
  },
  "defaultLanguage": "es",
  "languages": [
    {
      "code": "es",
      "label": "Español",
      "active": true
    },
    {
      "code": "en",
      "label": "English",
      "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
    }
  },
  "item": {
    "edit": {
      "undoTimeout": 10000
    },
    "showAccessStatuses": false,
    "bitstream": {
      "pageSize": 5
    }
  },
  "collection": {
    "edit": {
      "undoTimeout": 10000
    }
  },
  "themes": [
    {
      "name": "upeu",
      "extends": "dspace",
      "regex": ".*"
    },
    {
      "name": "dspace",
      "headTags": [
        {
          "tagName": "link",
          "attributes": {
            "rel": "icon",
            "href": "assets/dspace/images/favicons/favicon.ico",
            "sizes": "any"
          }
        },
        {
          "tagName": "link",
          "attributes": {
            "rel": "icon",
            "href": "assets/dspace/images/favicons/favicon.svg",
            "type": "image/svg+xml"
          }
        },
        {
          "tagName": "link",
          "attributes": {
            "rel": "apple-touch-icon",
            "href": "assets/dspace/images/favicons/apple-touch-icon.png"
          }
        },
        {
          "tagName": "link",
          "attributes": {
            "rel": "manifest",
            "href": "assets/dspace/images/favicons/manifest.webmanifest"
          }
        }
      ]
    }
  ],
  "bundle": {
    "standardBundles": [
      "ORIGINAL",
      "THUMBNAIL",
      "LICENSE"
    ]
  },
  "mediaViewer": {
    "image": false,
    "video": false
  },
  "info": {
    "enableEndUserAgreement": true,
    "enablePrivacyStatement": true,
    "enableCookieConsentPopup": true
  },
  "markdown": {
    "enabled": false,
    "mathjax": false
  },
  "vocabularies": [
    {
      "filter": "subject",
      "vocabulary": "srsc",
      "enabled": true
    }
  ],
  "comcolSelectionSort": {
    "sortField": "dc.title",
    "sortDirection": "ASC"
  },
  "liveRegion": {
    "messageTimeOutDurationMs": 30000,
    "isVisible": false
  },
  "search": {
    "filterPlaceholdersCount": 5
  },
  "accessibility": {
    "cookieExpirationDuration": 7
  },
  "upeu": {
    "navbar": {
      "estadisticasUrl": "/statistics",
      "estadisticasLabel": "Estadísticas",
      "politicasUrl": "https://upeuedupe-my.sharepoint.com/:b:/g/personal/repositorio_upeu_edu_pe/IQAh6RVUn5QGQYGlWrvIGbJ5ATn3DNeaiq8bpdtCovpEwnY?e=TiLmrg",
      "politicasLabel": "Políticas"
    }
  }
}