applied feedback

This commit is contained in:
lotte
2019-12-20 14:13:31 +01:00
parent 7c39bf4b5f
commit 01ba97af7a
15 changed files with 73 additions and 45 deletions

View File

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