From 0b2245adc93fb2aeacbe363e3ae9d0bb307a6e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Bianco?= Date: Sun, 2 Feb 2020 21:00:36 -0300 Subject: [PATCH] u u --- config/default.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/default.toml b/config/default.toml index 17905ecd..62bfccec 100644 --- a/config/default.toml +++ b/config/default.toml @@ -88,12 +88,12 @@ postsize="2MB" [mysql] host="localhost" -user="mailtrain" -password="mailtrain" +user="root" +password="root" database="mailtrain" # Some installations, eg. MAMP can use a different port (8889) # MAMP users should also turn on "Allow network access to MySQL" otherwise MySQL might not be accessible -port=3306 +port=8889 charset="utf8mb4" # The timezone configured on the MySQL server. This can be 'local', 'Z', or an offset in the form +HH:MM or -HH:MM timezone="local"