helma/modules/test/code/db.properties
2012-03-27 11:46:35 +02:00

15 lines
377 B
Properties

#MySQL
dbcTest.url = jdbc:mysql://localhost/helmaTest
dbcTest.driver = com.mysql.jdbc.Driver
dbcTest.user = helma
dbcTest.password = secret
# Oracle
# dbcTest.url = jdbc:oracle:thin:@localhost:1521:XE
# dbcTest.driver = oracle.jdbc.driver.OracleDriver
# PostgreSQL
# dbcTest.url = jdbc:postgresql:helmaTest
# dbcTest.driver = org.postgresql.Driver