diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-08-10 18:15:23 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-08-10 18:15:23 +0000 |
commit | 3422a4aa9296d71a3899336f23c724c7909600ed (patch) | |
tree | b9495eb441732d856db6d8d1c95b51a722140f02 /example.conf | |
parent | 24c772019f3fd9b9b39b60e7129555929b8869ef (diff) | |
download | eda.gay-3422a4aa9296d71a3899336f23c724c7909600ed.tar.gz eda.gay-3422a4aa9296d71a3899336f23c724c7909600ed.zip |
Fixed issue with docker-compose, added to example config
Diffstat (limited to 'example.conf')
-rwxr-xr-x | example.conf | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/example.conf b/example.conf deleted file mode 100755 index 4110f3d..0000000 --- a/example.conf +++ /dev/null @@ -1,34 +0,0 @@ -[mysql] -host = mariadb -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 - -[github] -access_code = ******************************************* |