From 24c772019f3fd9b9b39b60e7129555929b8869ef Mon Sep 17 00:00:00 2001 From: jwansek Date: Thu, 4 Aug 2022 11:24:05 +0100 Subject: Improved docker-compose, fixed #2 --- example.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'example.conf') diff --git a/example.conf b/example.conf index 1cec18f..4110f3d 100755 --- a/example.conf +++ b/example.conf @@ -1,6 +1,5 @@ [mysql] -host = 192.168.0.40 -; port = 3306 ; ConfigParser will parse this as a string (not int) which will cause pymysql to moan +host = mariadb user = webro passwd = *********** db = edaweb @@ -32,4 +31,4 @@ passwd = *********** username = @jwnskanzkwk#9757 [github] -access_code = ******************************************* \ No newline at end of file +access_code = ******************************************* -- cgit v1.2.3