this merges the master head of https://github.com/helma-org/apps-modules-mirror into helma
15 lines
377 B
Properties
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
|
|
|