Skip to content

Commit

Permalink
Added reconnection params to doi db url
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj committed May 14, 2020
1 parent 64629f4 commit 085c090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/doi-service/templates/doi-service-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ file:
googleAnalyticsId: UA-4355440-1

dataSource:
url: jdbc:postgresql://{{ doi_db_hostname }}/{{ doi_db_name }}
url: jdbc:postgresql://{{ doi_db_hostname }}/{{ doi_db_name }}?autoReconnect=true&connectTimeout=0&useUnicode=true&characterEncoding=UTF-8
username: {{ doi_db_user }}
password: {{ doi_db_password }}

Expand Down

0 comments on commit 085c090

Please sign in to comment.