Added note about mysql timezone option. #311 #134

This commit is contained in:
witzig 2017-09-15 22:17:54 +02:00
parent 6aec53d882
commit d9fe2e4eda

View file

@ -85,6 +85,7 @@ database="mailtrain"
# MAMP users should also turn on "Allow network access to MySQL" otherwise MySQL might not be accessible
port=3306
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"
[redis]