reverse rest endpoint to 4Science server

This commit is contained in:
lotte
2018-08-23 15:39:22 +02:00
parent 9a410d02d9
commit bf29b74c55

View File

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