Reset URL to use DSpace 7 REST API Demo site.

This commit is contained in:
Tim Donohue
2019-05-17 13:36:46 -05:00
parent 24907a7405
commit 6ba7fb34fa

View File

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