1
0

Merge pull request #438 from DSpace/tdonohue-patch-1

Update environment.js with new demo site path
This commit is contained in:
Tim Donohue
2019-07-25 18:19:31 +02:00
committed by GitHub

View File

@@ -13,7 +13,7 @@ module.exports = {
host: 'dspace7.4science.cloud', host: 'dspace7.4science.cloud',
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: '/server/api'
}, },
// Caching settings // Caching settings
cache: { cache: {