Skip to content

Commit

Permalink
Reset URL to use DSpace 7 REST API Demo site.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed May 17, 2019
1 parent 31c9694 commit 2d07cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/environment.default.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 2d07cc1

Please sign in to comment.