Replace unnused MySQL SSL mode

This commit is contained in:
bpatath
2020-05-27 11:08:15 +02:00
parent f427267f5b
commit 8aa7776072
2 changed files with 19 additions and 17 deletions

View File

@@ -67,13 +67,14 @@ DB_PASSWORD=secret_firefly_password
# MySQL supports SSL. You can configure it here.
# If you use Docker or similar, you can set these variables from a file by appending them with _FILE
MYSQL_SSL_MODE=prefer
MYSQL_SSL_ROOT_CERT_PATH=
MYSQL_SSL_ROOT_CERT=
MYSQL_USE_SSL=false
MYSQL_SSL_VERIFY_SERVER_CERT=true
# You need to set at least of these options
MYSQL_SSL_CAPATH=/etc/ssl/certs/
MYSQL_SSL_CA=
MYSQL_SSL_CERT=
MYSQL_SSL_KEY=
MYSQL_SSL_CIPHER=
MYSQL_SSL_VERIFY=
# PostgreSQL supports SSL. You can configure it here.
# If you use Docker or similar, you can set these variables from a file by appending them with _FILE