From d9bcdb428e54de217c7aac60a706c99423a069e5 Mon Sep 17 00:00:00 2001 From: Rolf Niepraschk <Rolf.Niepraschk@ptb.de> Date: Tue, 18 Aug 2020 08:25:41 +0200 Subject: [PATCH] "config.json" corr. --- README.md | 5 ----- config.json | 3 --- 2 files changed, 8 deletions(-) diff --git a/README.md b/README.md index 13be9eb..d292f1e 100644 --- a/README.md +++ b/README.md @@ -64,18 +64,13 @@ File `config.json`: "host":"0.0.0.0", "port": 5005 }, - "git":{ - "dir":"." - }, "xsd":{ "filename":"dcc.xsd", "externalBaseURL":"https://ptb.de/dcc/" } } ``` -<!-- TODO: Better "configFile: ..." with versions and paths inside --> -* `localPath`: Must be ended with a path seperator * `externalBaseURL`: Must be ended with a path seperator diff --git a/config.json b/config.json index 31dcb88..a8cec25 100644 --- a/config.json +++ b/config.json @@ -3,9 +3,6 @@ "host":"0.0.0.0", "port": 5005 }, - "git":{ - "dir":"." - }, "xsd":{ "filename":"dcc.xsd", "externalBaseURL":"https://ptb.de/dcc/" -- GitLab