Update default configs to use https://demo.dspace.org/server/

This commit is contained in:
Tim Donohue
2023-08-22 16:44:10 -05:00
parent 2fd53c7ad2
commit 5853e49bd0
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ services:
# This is because Server Side Rendering (SSR) currently requires a public URL,
# see this bug: https://github.com/DSpace/dspace-angular/issues/1485
DSPACE_REST_SSL: 'true'
DSPACE_REST_HOST: sandbox.dspace.org
DSPACE_REST_HOST: demo.dspace.org
DSPACE_REST_PORT: 443
DSPACE_REST_NAMESPACE: /server
image: dspace/dspace-angular:dspace-7_x-dist