11 lines
367 B
Properties
11 lines
367 B
Properties
# This is where you specify relational data sources to
|
|
# map Helma types to an external database
|
|
|
|
# Comma-separated list of data source names
|
|
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
|