Add SSL configuration for MySQL

This commit is contained in:
bpatath
2020-05-22 00:22:31 +02:00
parent 1c9c380c8c
commit 3195dd0db0
2 changed files with 30 additions and 0 deletions

View File

@@ -65,6 +65,16 @@ DB_DATABASE=firefly
DB_USERNAME=firefly
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_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
PGSQL_SSL_MODE=prefer