switch rest demo to https in the default config

This commit is contained in:
Art Lowel
2017-08-24 11:32:53 +02:00
parent 2dab63bb40
commit f70cf51310
2 changed files with 3 additions and 4 deletions

View File

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