OSLC / oslc-service

A generic Node.js Express middleware OSLC 3.0 service that can support any domain and can be easily adapted to any applicable data source.

Home Page:http://oslc.github.io/developing-oslc-applications/oslc-open-source-node-projects.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unify the configuration information in env.js and development.js

jamsden opened this issue · comments

These currently use different names for the same things. Also env.js has some Bluemix dependencies that maybe should be removed as this information would be redundant with what's in development.js.

Where are exports.appBase (scheme://host:port) and ldpBase (scheme://host:port/context/) used?

ldpBase is no longer used. appBase is used to calculate the absolute URL for storage purposes.

Done