diff options
Diffstat (limited to 'module/config/default.conf')
-rw-r--r-- | module/config/default.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index ab9afaca0..5c90888e9 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -3,6 +3,7 @@ version: 1 remote - "Remote":
int port : "Port" = 7227
ip listenaddr : "Adress" = 0.0.0.0
+ bool xmlrpc : "Activate old XMLRPC Backend" = False
bool nolocalauth : "No authentication on local connections" = True
ssl - "SSL":
bool activated : "Activated"= False
|