diff --git a/README.md b/README.md
index 13be9eb2cceb51035a7051fc845819775b6c858c..d292f1ed29f22c92d00e85967647ca7ee1e99a3b 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 31dcb880d2788222287eace06a9549a929fe0728..a8cec25c98fcb110258320cec01f2d50b3fb788c 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/"