Default REST API server set to dspace7-entities.atmire.com for testing purposes

This commit is contained in:
Kristof De Langhe
2018-11-08 09:58:31 +01:00
parent 1126af6b43
commit ec6124035d

View File

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