Skip to content

Commit

Permalink
feat(jans-linux-setup): disable time zone for pgsql (#8766)
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Baser <mbaser@mail.com>
  • Loading branch information
devrimyatar committed Jun 25, 2024
1 parent ee03f44 commit c76b181
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jans-linux-setup/jans_setup/templates/jans-pgsql.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ connection.pool.min-evictable-idle-time-millis=1800000

binaryAttributes=objectGUID
certificateAttributes=userCertificate

# disable time zone
db.disable.time-zone=true

0 comments on commit c76b181

Please sign in to comment.