diff src/main/resources/hibernate.cfg.xml @ 14:3387d855a194

new: toc status in books page
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Fri, 29 May 2015 11:00:09 +0200
parents 9c6e74761f60
children 5b1856cd6b4f
line wrap: on
line diff
--- a/src/main/resources/hibernate.cfg.xml	Wed May 27 15:30:09 2015 +0200
+++ b/src/main/resources/hibernate.cfg.xml	Fri May 29 11:00:09 2015 +0200
@@ -17,7 +17,7 @@
         <property name="hibernate.connection.url">jdbc:mysql://localhost/LGServices?characterEncoding=UTF-8</property>
         
         <property name="hibernate.connection.username">root</property>
-		<property name="hibernate.connection.password">root</property>
+		<property name="hibernate.connection.password">admin</property>
 		<property name="hibernate.connection.charSet">UTF-8</property>
 		
 		<!-- JDBC connection pool (use the built-in) -->