reinstated 4Science rest API

This commit is contained in:
Lotte Hofstede
2018-03-08 15:30:16 +01:00
parent 0d18d08d22
commit e374f9ec1f

View File

@@ -8,19 +8,12 @@ module.exports = {
nameSpace: '/' nameSpace: '/'
}, },
// The REST API server settings. // The REST API server settings.
// rest: {
// ssl: true,
// host: 'dspace7.4science.it',
// port: 443,
// // NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
// nameSpace: '/dspace-spring-rest/api'
// },
rest: { rest: {
ssl: false, ssl: true,
host: 'dspace7-internal.atmire.com', host: 'dspace7.4science.it',
port: 80, port: 443,
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript // NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
nameSpace: '/rest/api' nameSpace: '/dspace-spring-rest/api'
}, },
// Caching settings // Caching settings
cache: { cache: {