doppio-cf
v0.1.0
Published
A plugin for running Doppio on Cloud Foundry.
Downloads
4
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.