mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
reverted server change
This commit is contained in:
@@ -10,8 +10,9 @@ module.exports = {
|
|||||||
// The REST API server settings.
|
// The REST API server settings.
|
||||||
rest: {
|
rest: {
|
||||||
ssl: true,
|
ssl: true,
|
||||||
host: 'dspace7-entities.atmire.com',
|
host: 'dspace7.4science.cloud',
|
||||||
port: 443,
|
port: 443,
|
||||||
|
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
|
||||||
nameSpace: '/server/api'
|
nameSpace: '/server/api'
|
||||||
},
|
},
|
||||||
// Caching settings
|
// Caching settings
|
||||||
|
Reference in New Issue
Block a user