UNPKG

compound-ex4

Version:

Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)

20 lines (19 loc) 377 B
{ "development": { "driver": "riak" , "host": "localhost" , "port": "8098" , "database": "APPNAME-dev" } , "test": { "driver": "riak" , "host": "localhost" , "port": "8098" , "database": "APPNAME-test" } , "production": { "driver": "riak" , "host": "localhost" , "port": "8098" , "database": "APPNAME-production" } }