UNPKG

dogecoin-gatewayd-plugin

Version:

Three unix processes designed to automate the integration between a ripple gateway using gatewayd and a dogecoind server.

10 lines (6 loc) 132 B
var config = require('nconf'); config .argv() .env() .file({ file: __dirname+'/config.json' }); module.exports = config;