Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Rita-C committed Jun 24, 2021
1 parent 7287770 commit c128c4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ chartsBgColour={{ charts_bg_colour | default('#fffef7') }}
# DB config
dataSource.username={{ collectory_db_user }}
dataSource.password={{ collectory_db_password }}
dataSource.url=jdbc:mysql://{{ collectory_db_host_address }}:3306/collectory?autoReconnect=true&connectTimeout=0&useUnicode=true&characterEncoding=UTF-8
dataSource.url=jdbc:mysql://{{ collectory_db_host_address }}:3306/collectory?autoReconnect=true&connectTimeout=0&useUnicode=true&characterEncoding=UTF-8&useSSL={{mysql_connection_ssl | default(false)}}

# Map config
collectionsMap.centreMapLon={{ collections_map_lon | default('-3.7036') }}
Expand Down

0 comments on commit c128c4a

Please sign in to comment.