Skip to content

Commit

Permalink
Drop session variables from connect url
Browse files Browse the repository at this point in the history
  • Loading branch information
pgesek authored Oct 8, 2018
1 parent 68f3a0d commit d3ec873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmrs-runtime.properties.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
connection.url=jdbc:mysql://{{ .Env.MYSQL_HOST }}:{{ .Env.MYSQL_PORT }}/{{ .Env.OPENMRS_DATABASE }}?autoReconnect=true&sessionVariables=default_storage_engine=InnoDB&useUnicode=true&characterEncoding=UTF-8
connection.url=jdbc:mysql://{{ .Env.MYSQL_HOST }}:{{ .Env.MYSQL_PORT }}/{{ .Env.OPENMRS_DATABASE }}?autoReconnect=true&default_storage_engine=InnoDB&useUnicode=true&characterEncoding=UTF-8
module.allow_web_admin=true
connection.username={{ .Env.MYSQL_USER }}
auto_update_database=true
Expand Down

0 comments on commit d3ec873

Please sign in to comment.