diff --git a/firefly/.env b/firefly/.env index aed14a3..fe9ed79 100644 --- a/firefly/.env +++ b/firefly/.env @@ -95,27 +95,8 @@ DB_SOCKET= # 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_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_SERVER_CERT=false -# 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 -PGSQL_SSL_ROOT_CERT=null -PGSQL_SSL_CERT=null -PGSQL_SSL_KEY=null -PGSQL_SSL_CRL_FILE=null - -# For postgresql 15 and up, setting this to public will no longer work as expected, becasuse the -# 'public' schema is without grants. This can be worked around by having a super user grant those -# necessary privileges, but in security conscious setups that's not viable. -# You will need to set this to the schema you want to use. -PGSQL_SCHEMA=public # If you're looking for performance improvements, you could install memcached or redis CACHE_DRIVER=file