Skip to content
Snippets Groups Projects
Commit d9bcdb42 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

"config.json" corr.

parent 38825573
Branches
Tags v1.0.0
No related merge requests found
...@@ -64,18 +64,13 @@ File `config.json`: ...@@ -64,18 +64,13 @@ File `config.json`:
"host":"0.0.0.0", "host":"0.0.0.0",
"port": 5005 "port": 5005
}, },
"git":{
"dir":"."
},
"xsd":{ "xsd":{
"filename":"dcc.xsd", "filename":"dcc.xsd",
"externalBaseURL":"https://ptb.de/dcc/" "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 * `externalBaseURL`: Must be ended with a path seperator
......
...@@ -3,9 +3,6 @@ ...@@ -3,9 +3,6 @@
"host":"0.0.0.0", "host":"0.0.0.0",
"port": 5005 "port": 5005
}, },
"git":{
"dir":"."
},
"xsd":{ "xsd":{
"filename":"dcc.xsd", "filename":"dcc.xsd",
"externalBaseURL":"https://ptb.de/dcc/" "externalBaseURL":"https://ptb.de/dcc/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment