This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
termintool/config.js
2013-01-17 00:25:54 +01:00

23 lines
359 B
JavaScript

exports.url = {
hostname: 'www.krautspace.de',
port: 443,
path: '/user:0xaffe?do=edit',
method: 'GET'
};
exports.publishers = ['mail','identica'];
exports.mail = {
mda: 'sendmail' // smtp is also possible
,host: ''
,port: ''
,secureConnection: true
,auth: {
user: ''
,pass: ''
}
,composing: {
from: ''
,to: ''
}
}