compound
Version:
CompoundJS - MVC framework for NodeJS
20 lines (19 loc) • 377 B
JSON
{ "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"
}
}