initial check-in

This commit is contained in:
Tobi Schäfer 2001-06-21 13:12:25 +00:00
parent 27b20500c7
commit 358872a361
15 changed files with 50 additions and 73 deletions

View file

@ -1,11 +1,11 @@
# This is where you specify relational data sources to
# map Hop types to an external database
# map Helma types to an external database
# Comma-separated list of data source names
sources=myDataSource
sources = myDataSource
# Properties of data sources
myDataSource.url=jdbc:mysql://db.domain.com/space
myDataSource.driver=org.gjt.mm.mysql.Driver
myDataSource.user=username
myDataSource.password=xyz
myDataSource.url = jdbc:mysql://db.domain.com/space
myDataSource.driver = org.gjt.mm.mysql.Driver
myDataSource.user = username
myDataSource.password = xyz