database migration 1.0.4, store topic fetch etag/last-modified, provide these when...
[websub-hub] / bin / dumpConfig.js
1 'use strict';
2
3 const Config = require('../config');
4 const config = new Config(process.env.NODE_ENV);
5
6 console.log(config);