openphacts / OPS_LinkedDataApi

A repository to host API configuration files, and code extensions
Other
9 stars 7 forks source link

Allow explicit setting of base url of results via env variable (BASE_PATH) #19

Open jmartasek opened 8 years ago

jmartasek commented 8 years ago

The results comign off the API do contain the host name. When being behind a reverse proxy this should be configurable. Using BASE_PATH env variable this value should propagate to the results too. E.g. result._about.

See Issue #18 for reference.