#885 fix enviroment

This commit is contained in:
Dániel Péter Sipos
2020-10-08 15:46:59 +02:00
parent 55cca0538a
commit cfe6eb6e61

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: false,
host: 'localhost',
port: 8080,
ssl: true,
host: 'dspace7.4science.cloud',
port: 443,
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
nameSpace: '/server',
},