diff options
Diffstat (limited to 'example.conf')
-rwxr-xr-x | example.conf | 5 |
1 files changed, 2 insertions, 3 deletions
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 = ******************************************* |