#37 alfresco-global.properties instead of the old application.propertie

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@327 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
skuro 2011-08-04 16:52:08 +00:00
parent dd61aa7921
commit 39aa93fb61

View File

@ -41,15 +41,15 @@ integrity.failOnError=true
# database connection properties
# MySQL connection (This is default and requires mysql-connector-java-5.0.3-bin.jar, which ships with the Alfresco server)
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://localhost/${alfresco.db.name}
db.driver=org.h2.Driver
db.url=jdbc:h2:${alfresco.data.location}/h2_data/${alfresco.db.name}
db.username=${alfresco.db.username}
db.password=${alfresco.db.password}
db.pool.initial=10
db.pool.max=100
# MySQL dialect
hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect
# H2 dialect
hibernate.dialect=org.hibernate.dialect.H2Dialect
# Property to control whether schema updates are performed automatically.