Revision: 2573
Author: seba.wagner
Date: Mon Nov 2 10:12:36 2009
Log: update config
http://code.google.com/p/openmeetings/source/detail?r=2573
Modified:
/trunk/singlewebapp/WebContent/conf/hibernate.cfg.xml
=======================================
--- /trunk/singlewebapp/WebContent/conf/hibernate.cfg.xml Mon Nov 2
04:34:03 2009
+++ /trunk/singlewebapp/WebContent/conf/hibernate.cfg.xml Mon Nov 2
10:12:36 2009
@@ -10,13 +10,13 @@
<!-- User / Password -->
<property name="connection.username">root</property>
- <property name="connection.password">admin</property>
+ <property name="connection.password"></property>
<!-- Database Settings -->
<property
name="connection.driver_class">com.mysql.jdbc.Driver</property>
<!-- for performance reasons changed to MyISAM from
org.hibernate.dialect.MySQLInnoDBDialect -->
<property
name="dialect">org.hibernate.dialect.MySQLMyISAMDialect</property>
- <property
name="connection.url">jdbc:mysql://192.168.0.3/openmeetings_act2win_9?autoReconnect=true&useUnicode=true&createDatabaseIfNotExist=true&characterEncoding=utf-8</property>
+ <property
name="connection.url">jdbc:mysql://localhost/openmeetings?autoReconnect=true&useUnicode=true&createDatabaseIfNotExist=true&characterEncoding=utf-8</property>
<property name="hibernate.connection.CharSet">utf8</property>
<property
name="hibernate.connection.characterEncoding">utf8</property>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en
-~----------~----~----~----~------~----~------~--~---