README
doppio-cf
doppio-cf
is a plugin that allows doppio to intelligently configure the
underlying server instance when running in a Cloud Foundry environment.
Usage
npm install doppio
npm install doppio-cf
var doppio = require("doppio"),
server;
doppio.loadPlugin("doppio-cf");
server = doppio();
See the doppio.loadPlugin() documentation for more details.