Skip to content

Commit

Permalink
fixed database host name
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Dec 4, 2023
1 parent c0fc28e commit 458a925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/wildfly/standalone.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
</security>
</datasource>
<datasource jndi-name="java:/jlawyerdb" pool-name="jlawyerdb" enabled="true" use-java-context="true">
<connection-url>jdbc:mysql://localhost:3306/jlawyerdb?serverTimezone=Europe/Berlin&amp;allowPublicKeyRetrieval=true&amp;useSSL=false</connection-url>
<connection-url>jdbc:mysql://db:3306/jlawyerdb?serverTimezone=Europe/Berlin&amp;allowPublicKeyRetrieval=true&amp;useSSL=false</connection-url>
<driver>mysql</driver>
<transaction-isolation>TRANSACTION_READ_COMMITTED</transaction-isolation>
<pool>
Expand Down

0 comments on commit 458a925

Please sign in to comment.