2011-02-10 04:39:59 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
|
|
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" >
|
|
|
|
|
<session-factory>
|
|
|
|
|
<property name="connection.driver_class">NHibernate.Driver.MySqlDataDriver</property>
|
|
|
|
|
<property name="connection.connection_string">Database=vgquotes;Data Source=localhost;User Id=vgquotes;Password=vgquotes</property>
|
|
|
|
|
<property name="dialect">NHibernate.Dialect.MySQLDialect</property>
|
|
|
|
|
<property name="proxyfactory.factory_class">NHibernate.ByteCode.LinFu.ProxyFactoryFactory, NHibernate.ByteCode.LinFu</property>
|
2011-03-03 23:41:42 +00:00
|
|
|
|
<property name="show_sql">false</property>
|
2011-02-10 04:39:59 +00:00
|
|
|
|
|
|
|
|
|
<mapping assembly="VideoGameQuotes.Api"/>
|
|
|
|
|
</session-factory>
|
|
|
|
|
</hibernate-configuration>
|