Difference between revisions of "Fusion Edge Server Properties"

From Fusion Registry Wiki
Jump to navigation Jump to search
(CORS)
(Public URL)
Line 7: Line 7:
 
The URLs are split into two parts, the application URL, which should be a reference to the public application server, and the rest url which is the POSTfix URL to the web service, for example:
 
The URLs are split into two parts, the application URL, which should be a reference to the public application server, and the rest url which is the POSTfix URL to the web service, for example:
  
'''app.url'''=https://myserver.myorg.org/Edge
+
'''app.url'''=https://myserver.myorg.org/Edge <br/>
 
'''rest.url'''=/sdmx
 
'''rest.url'''=/sdmx
  

Revision as of 07:04, 30 April 2020

Overview

The Fusion Edge Server provides configuration options on various aspects of the Edge Server. To set these configurations, create a file under the Edge Server Directory with the name: edgeserver.properties.

Public URL

The Edge Server application and web service URL should be defined in the edge server properties file. These URLs are used in responses to structure queries which include links to associated reference metadata, and stub structures which link back to the full artefact.

The URLs are split into two parts, the application URL, which should be a reference to the public application server, and the rest url which is the POSTfix URL to the web service, for example:

app.url=https://myserver.myorg.org/Edge
rest.url=/sdmx

The above setting would make the SDMX web service entry point: https://myserver.myorg.org/Edge/sdmx

Limiting Series and Observations