diff options
Diffstat (limited to 'module/config/default.conf')
-rw-r--r-- | module/config/default.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index c71005bd3..4d0d588df 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -1,3 +1,5 @@ +version: 1
+
remote - "Remote":
int port : "Port" = 7227
ip listenaddr : "Adress" = 0.0.0.0
@@ -49,4 +51,4 @@ downloadTime - "Download Time": proxy - "Proxy":
bool activated : "Activated" = False
str adress : "Adress" = http://localhost:8080
- str protocol : "Protocol" = http
\ No newline at end of file + str protocol : "Protocol" = http
|