GUACAMOLE-919: pass postgres driver socketTimout

This commit is contained in:
Douglas Heriot
2020-03-23 21:52:29 +11:00
parent 34130f54c9
commit 306e1ad3ab
4 changed files with 44 additions and 1 deletions

View File

@@ -362,6 +362,10 @@ END
"postgresql-user-required" \
"$POSTGRES_USER_REQUIRED"
set_optional_property \
"postgresql-socket-timeout" \
"$POSTGRES_SOCKET_TIMEOUT"
set_optional_property \
"postgresql-ssl-mode" \
"$POSTGRESQL_SSL_MODE"