undo REST server config

This commit is contained in:
lotte
2018-08-23 16:00:46 +02:00
parent 02110c66be
commit 9fbbf53661

View File

@@ -8,18 +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,
nameSpace: '/rest/api' // NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
nameSpace: '/dspace-spring-rest/api'
}, },
// Caching settings // Caching settings
cache: { cache: {