Changed the url.
This commit is contained in:
parent
b91053fd03
commit
082574e5df
1 changed files with 2 additions and 7 deletions
|
@ -1,9 +1,4 @@
|
||||||
exports.url = {
|
exports.url = "https://www.krautspace.de/user:0xaffe?do=edit";
|
||||||
hostname: 'www.krautspace.de',
|
|
||||||
port: 443,
|
|
||||||
path: '/user:0xaffe?do=edit',
|
|
||||||
method: 'GET'
|
|
||||||
};
|
|
||||||
|
|
||||||
exports.publishers = ['latex'];
|
exports.publishers = ['latex'];
|
||||||
|
|
||||||
|
@ -26,4 +21,4 @@ exports.latex = {
|
||||||
output: 'output'
|
output: 'output'
|
||||||
,tempDir: '/tmp/termintool'
|
,tempDir: '/tmp/termintool'
|
||||||
,templates: ['kulturprogramm-ks']
|
,templates: ['kulturprogramm-ks']
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue