From 1dac1ee189bdcf70a5dd933d5f6a69a15d5a8d7e Mon Sep 17 00:00:00 2001 From: jwansek Date: Tue, 2 Feb 2021 12:24:06 +0000 Subject: added the program files for the first time --- example.conf | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 example.conf (limited to 'example.conf') diff --git a/example.conf b/example.conf new file mode 100644 index 0000000..bd16037 --- /dev/null +++ b/example.conf @@ -0,0 +1,32 @@ +[mysql] +host = 192.168.0.40 +; port = 3306 ; ConfigParser will parse this as a string (not int) which will cause pymysql to moan +user = webro +passwd = *********** +db = edaweb + +[nitter] +url = 192.168.0.40 +port = 7777 + +[docker] +url = 192.168.0.40 +port = 4550 + +[pihole] +url = 192.168.0.25 + +[qbittorrent] +url = 192.168.0.25 +port = 8080 +user = admin +passwd = *********** + +[transmission] +url = 192.168.0.25 +port = 9091 +user = admin +passwd = *********** + +[discord] +username = @jwnskanzkwk#9757 \ No newline at end of file -- cgit v1.2.3