Flatiron-REPLAllow your app to get a repl easilyapp.use(require('flatiron-repl'),{port: 1337,whitelist: ['127.0.0.1',{address:'10.0.0.1',port: '777'}]});Client executable includedrrepl 1337And once we are in the REPL>app.config.get('database:url')'127.0.0.1:5984'