mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-02 11:04:53 +00:00
Fix for #2128
This commit is contained in:
@@ -45,6 +45,14 @@ DB_DATABASE=${FF_DB_NAME}
|
||||
DB_USERNAME=${FF_DB_USER}
|
||||
DB_PASSWORD="${FF_DB_PASSWORD}"
|
||||
|
||||
# PostgreSQL supports SSL. You can configure it here.
|
||||
PGSQL_SSL=${PGSQL_SSL}
|
||||
PGSQL_SSL_MODE=${PGSQL_SSL_MODE}
|
||||
PGSQL_SSL_ROOT_CERT=${PGSQL_SSL_ROOT_CERT}
|
||||
PGSQL_SSL_CERT=${PGSQL_SSL_CERT}
|
||||
PGSQL_SSL_KEY=${PGSQL_SSL_KEY}
|
||||
PGSQL_SSL_CRL_FILE=${PGSQL_SSL_CRL_FILE}
|
||||
|
||||
# If you're looking for performance improvements, you could install memcached.
|
||||
CACHE_DRIVER=file
|
||||
SESSION_DRIVER=file
|
||||
|
@@ -42,7 +42,12 @@ DB_CONNECTION=pgsql
|
||||
|
||||
|
||||
|
||||
|
||||
# PostgreSQL supports SSL. You can configure it here.
|
||||
PGSQL_SSL_MODE=prefer
|
||||
PGSQL_SSL_ROOT_CERT=null
|
||||
PGSQL_SSL_CERT=null
|
||||
PGSQL_SSL_KEY=null
|
||||
PGSQL_SSL_CRL_FILE=null
|
||||
|
||||
|
||||
# If you're looking for performance improvements, you could install memcached.
|
||||
|
Reference in New Issue
Block a user