initial check-in
This commit is contained in:
parent
27b20500c7
commit
358872a361
15 changed files with 50 additions and 73 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue