11 lines
153 B
JavaScript

module.exports = {
config: {
host: 'host',
port: 'port',
username: 'username',
password: 'password',
},
directory: 'directory'
};