helma/modules/test/code/db.properties

16 lines
377 B
Properties
Raw Normal View History

2009-09-14 20:08:17 +00:00
#MySQL
2009-09-14 20:08:17 +00:00
dbcTest.url = jdbc:mysql://localhost/helmaTest
dbcTest.driver = com.mysql.jdbc.Driver
2009-09-14 20:08:17 +00:00
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