textbelt/lib/config.js

4 lines
72 B
JavaScript
Raw Normal View History

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