switch to live rest-backend, still issue with bitstreams on item page

This commit is contained in:
Art Lowel
2017-06-07 18:25:52 +02:00
parent a8781de044
commit 0677bc38ee
26 changed files with 247 additions and 167 deletions

View File

@@ -2,10 +2,10 @@ module.exports = {
// The REST API server settings.
"rest": {
"ssl": false,
"address": "localhost",
"port": 3000,
"address": "dspace7.4science.it",
"port": 80,
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
"nameSpace": "/api"
"nameSpace": "/dspace-spring-rest/api"
},
// Angular2 UI server settings.
"ui": {