From 2ba07aa53d2af572af2c5a43e77725abd46e1b13 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 29 Jul 2010 12:09:42 +0200 Subject: many new stuff, some things already working --- module/config/plugin_default.config | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 module/config/plugin_default.config (limited to 'module/config/plugin_default.config') 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 -- cgit v1.2.3