Skip to content
Snippets Groups Projects
Commit ec612403 authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

Default REST API server set to dspace7-entities.atmire.com for testing purposes

parent 1126af6b
Branches
Tags
No related merge requests found
......@@ -10,10 +10,10 @@ module.exports = {
// The REST API server settings.
rest: {
ssl: true,
host: 'dspace7.4science.it',
host: 'dspace7-entities.atmire.com',
port: 443,
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
nameSpace: '/dspace-spring-rest/api'
nameSpace: '/rest/api'
},
// Caching settings
cache: {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment