aboutsummaryrefslogtreecommitdiffstats
path: root/example.conf
diff options
context:
space:
mode:
Diffstat (limited to 'example.conf')
-rw-r--r--example.conf32
1 files changed, 32 insertions, 0 deletions
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