mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
reverse rest endpoint to 4Science server
This commit is contained in:
@@ -8,12 +8,13 @@ module.exports = {
|
||||
nameSpace: '/'
|
||||
},
|
||||
// The REST API server settings.
|
||||
rest: {
|
||||
ssl: true,
|
||||
host: 'dspace7-internal.atmire.com',
|
||||
port: 443,
|
||||
nameSpace: '/rest/api'
|
||||
},
|
||||
rest: {
|
||||
ssl: true,
|
||||
host: 'dspace7.4science.it',
|
||||
port: 443,
|
||||
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
|
||||
nameSpace: '/dspace-spring-rest/api'
|
||||
},
|
||||
// Caching settings
|
||||
cache: {
|
||||
// NOTE: how long should objects be cached for by default
|
||||
|
Reference in New Issue
Block a user