diff options
Diffstat (limited to 'module/config/plugin_default.config')
-rw-r--r-- | module/config/plugin_default.config | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/module/config/plugin_default.config b/module/config/plugin_default.config new file mode 100644 index 000000000..a10b03587 --- /dev/null +++ b/module/config/plugin_default.config @@ -0,0 +1,14 @@ +remote - "Remote": + int port : "Port" = 7227 + ip listenaddr : "Adress" = 0.0.0.0 + str username : "Username" = admin + str password : "Password" = pwhere +SSL - "SSL": + bool activated : "Activated" = False + file key : "SSL - Cert" = /home/martin/pyload/ssl.crt1 + file cert : "SSL - Key" = /home/martin/pyload/ssl.key + int list : "A List" = [ 1 , 2 , 3 , + 4, + 5, + 6, + ]
\ No newline at end of file |