Replace mentions of demo7.dspace.org and api7.dspace.org with demo or sandbox

This commit is contained in:
Tim Donohue
2023-08-22 16:32:55 -05:00
parent 77e994dcd6
commit b51fd46536
9 changed files with 16 additions and 16 deletions

View File

@@ -48,7 +48,7 @@ dspace-angular connects to your DSpace installation by using its REST endpoint.
```yaml
rest:
ssl: true
host: api7.dspace.org
host: demo.dspace.org
port: 443
nameSpace: /server
}
@@ -57,7 +57,7 @@ rest:
Alternately you can set the following environment variables. If any of these are set, it will override all configuration files:
```
DSPACE_REST_SSL=true
DSPACE_REST_HOST=api7.dspace.org
DSPACE_REST_HOST=demo.dspace.org
DSPACE_REST_PORT=443
DSPACE_REST_NAMESPACE=/server
```