helma/db.properties

12 lines
367 B
Properties
Raw Normal View History

2001-06-21 13:04:14 +00:00
# This is where you specify relational data sources to
2001-06-21 13:12:25 +00:00
# map Helma types to an external database
2001-06-21 13:04:14 +00:00
# Comma-separated list of data source names
2001-06-21 13:12:25 +00:00
sources = myDataSource
2001-06-21 13:04:14 +00:00
# Properties of data sources
2001-06-21 13:12:25 +00:00
myDataSource.url = jdbc:mysql://db.domain.com/space
myDataSource.driver = org.gjt.mm.mysql.Driver
myDataSource.user = username
myDataSource.password = xyz