textbelt/lib/config.js
2016-11-27 00:57:45 -05:00

4 lines
72 B
JavaScript

module.exports = {
fromAddress: 'foo@bar.com',
debugEnabled: false
};