From 3422a4aa9296d71a3899336f23c724c7909600ed Mon Sep 17 00:00:00 2001 From: jwansek Date: Wed, 10 Aug 2022 18:15:23 +0000 Subject: Fixed issue with docker-compose, added to example config --- edaweb.conf.example | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100755 edaweb.conf.example (limited to 'edaweb.conf.example') diff --git a/edaweb.conf.example b/edaweb.conf.example new file mode 100755 index 0000000..074a3f3 --- /dev/null +++ b/edaweb.conf.example @@ -0,0 +1,37 @@ +[mysql] +host = mysql +; 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.1.92 +port = 7777 +domain = nitter.eda.gay + +[docker] +url = 192.168.1.5 +port = 4550 + +[pihole] +url = 192.168.1.3:81 + +[transmission] +url = 192.168.1.5 +port = 9092 + +[discord] +username = @eden#7623 + +[servicetimeout] +seconds = 2 + +[github] +client_id = ******************* +client_secret = ********************************** +access_code = ******************************* + +[cds] +location = /media/ISOs/ +maxsize = 700000000 -- cgit v1.2.3