Skip to content

Commit

Permalink
fix ssl params definition (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
NyakudyaA authored Feb 7, 2024
1 parent 513e9b3 commit cde678d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ function setup_jdbc_db_config() {
if [[ ${ext} == 'jdbcconfig-plugin' ]];then
if [[ ${DB_BACKEND} =~ [Pp][Oo][Ss][Tt][Gg][Rr][Ee][Ss] ]]; then
postgres_ssl_setup
export SSL_PARAMETERS=${PARAMS}
envsubst < /build_data/jdbcconfig/jdbcconfig.properties > "${GEOSERVER_DATA_DIR}"/jdbcconfig/jdbcconfig.properties
else
envsubst < /build_data/jdbcconfig/jdbcconfig.properties.h2 > "${GEOSERVER_DATA_DIR}"/jdbcconfig/jdbcconfig.properties
Expand Down

0 comments on commit cde678d

Please sign in to comment.