#885 add media viewer

This commit is contained in:
Dániel Péter Sipos
2020-10-08 14:15:16 +02:00
parent 5bf6d0f287
commit a157552a13
23 changed files with 511 additions and 13 deletions

View File

@@ -17,9 +17,9 @@ export const environment: GlobalConfig = {
// The REST API server settings.
// NOTE: these must be "synced" with the 'dspace.server.url' setting in your backend's local.cfg.
rest: {
ssl: true,
host: 'dspace7.4science.cloud',
port: 443,
ssl: false,
host: 'localhost',
port: 8080,
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
nameSpace: '/server',
},