Skip to content

Commit 16be5f3

Browse files
committed
Travis debugging
Removing password from Hibernate configuration
1 parent 901af4e commit 16be5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/hibernate.cfg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
77
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306/jangosauth</property>
88
<property name="hibernate.connection.username">root</property>
9-
<property name="hibernate.connection.password">root</property>
9+
<property name="hibernate.connection.password"></property>
1010
<property name="hibernate.show_sql">true</property>
1111
<property name="hibernate.query.factory_class">org.hibernate.hql.internal.classic.ClassicQueryTranslatorFactory</property>
1212
<mapping resource="eu/jangos/auth/model/Account.hbm.xml"/>

0 commit comments

Comments
 (0)