From 082574e5df7e846dc3eafb71940c76fb0fb412cd Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Sun, 11 Aug 2013 17:11:34 +0200 Subject: [PATCH] Changed the url. --- config.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/config.js b/config.js index 0280fda..36e3e11 100644 --- a/config.js +++ b/config.js @@ -1,9 +1,4 @@ -exports.url = { - hostname: 'www.krautspace.de', - port: 443, - path: '/user:0xaffe?do=edit', - method: 'GET' -}; +exports.url = "https://www.krautspace.de/user:0xaffe?do=edit"; exports.publishers = ['latex']; @@ -26,4 +21,4 @@ exports.latex = { output: 'output' ,tempDir: '/tmp/termintool' ,templates: ['kulturprogramm-ks'] -} \ No newline at end of file +}