11 lines
435 B
Properties
11 lines
435 B
Properties
################### JDBC Configuration ##########################
|
|
jdbc.driverClassName=com.mysql.jdbc.Driver
|
|
jdbc.url=jdbc:mysql://tenvoorde.org:3306/psalmenweb
|
|
jdbc.username=psalmenonline
|
|
jdbc.password=zMhMipovKFgc1m8n
|
|
|
|
################### Hibernate Configuration ##########################
|
|
hibernate.dialect=org.hibernate.dialect.MySQLDialect
|
|
hibernate.show_sql=true
|
|
hibernate.hbm2ddl.auto=update
|
|
hibernate.generate_statistics=true |