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