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: '/'
},
// 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: {
ssl: false,
host: 'dspace7-internal.atmire.com',
port: 80,
ssl: true,
host: 'dspace7.4science.it',
port: 443,
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
nameSpace: '/rest/api'
nameSpace: '/dspace-spring-rest/api'
},
// Caching settings
cache: {