diff --git a/config.js b/config.js index bbe0c3d..0280fda 100644 --- a/config.js +++ b/config.js @@ -5,10 +5,10 @@ exports.url = { method: 'GET' }; -exports.publishers = ['mail','latex']; +exports.publishers = ['latex']; exports.mail = { - mda: 'sendmail' // smtp is also possible + mda: 'sendmail' // smtp is also possible, but not implemented yet, so are the settings bellow a bit useless ,host: '' ,port: '' ,secureConnection: true @@ -23,6 +23,7 @@ exports.mail = { } exports.latex = { - output: '' + output: 'output' + ,tempDir: '/tmp/termintool' ,templates: ['kulturprogramm-ks'] } \ No newline at end of file