Skip to content

Commit

Permalink
Corrigido config com o db
Browse files Browse the repository at this point in the history
  • Loading branch information
helton committed Sep 1, 2018
1 parent 0f7e1b2 commit 34e79ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/resources/hibernate.cfg.xml
Expand Up @@ -5,7 +5,7 @@
<session-factory>
<property name="connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="hibernate.connection.url">
jdbc:mysql://mysql:3306/dojo</property>
jdbc:mysql://db:3306/dojo</property>
<property name="hibernate.connection.username">root</property>
<property name="hibernate.connection.password">k2j32ks4</property>
<property name="hibernate.connection.pool_size">10</property>
Expand Down

1 comment on commit 34e79ff

@siriusgomes
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cara se não me engano já alterei isso em algum momento, depois precisamos ver se isso está certinho mesmo em todos os lugares.

Please sign in to comment.