update the rest hostname to api7.dspace.org

This commit is contained in:
Art Lowel
2021-01-22 16:35:42 +01:00
parent 64ba6293c9
commit a54275ae21
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ export const environment: GlobalConfig = {
// NOTE: these must be "synced" with the 'dspace.server.url' setting in your backend's local.cfg.
rest: {
ssl: true,
host: 'dspace7.4science.cloud',
host: 'api7.dspace.org',
port: 443,
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
nameSpace: '/server',