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