From 850cf7a6c824e9f236c861d05d9a3bb86de4c69d Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Thu, 17 Jan 2013 23:30:46 +0100 Subject: [PATCH] =?UTF-8?q?Die=20Config=20erstmal=20nur=20auf=20LaTeX=20be?= =?UTF-8?q?schr=C3=A4nkt=20damit=20man=20nicht=20ausversehen=20Mails=20ver?= =?UTF-8?q?sendet.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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