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-08-11 17:11:34 +02:00

25 lines
473 B
JavaScript

exports.url = "https://www.krautspace.de/user:0xaffe?do=edit";
exports.publishers = ['latex'];
exports.mail = {
mda: 'sendmail' // smtp is also possible, but not implemented yet, so are the settings bellow a bit useless
,host: ''
,port: ''
,secureConnection: true
,auth: {
user: ''
,pass: ''
}
,composing: {
from: ''
,to: ''
}
}
exports.latex = {
output: 'output'
,tempDir: '/tmp/termintool'
,templates: ['kulturprogramm-ks']
}