2001-11-28 15:22:34 +00:00
|
|
|
# This is where you specify relational data sources to
|
|
|
|
# map Helma types to relational databases.
|
|
|
|
#
|
|
|
|
# If you want to define a data source just for one
|
|
|
|
# application, simply copy the db.properties file to
|
|
|
|
# the application directory.
|
|
|
|
#
|
|
|
|
# The actual mapping of types is done in the
|
|
|
|
# type.properties file in the prototype directories.
|
|
|
|
#
|
2005-11-07 11:21:47 +00:00
|
|
|
# More information about this file is available at
|
|
|
|
# http://helma.org/docs/guide/properties/db.properties/
|
2001-11-28 15:22:34 +00:00
|
|
|
|
|
|
|
# Properties of JDBC data sources
|
2005-11-07 11:21:47 +00:00
|
|
|
#myDataSource.url = jdbc:mysql://db.domain.com/space
|
|
|
|
#myDataSource.driver = org.gjt.mm.mysql.Driver
|
|
|
|
#myDataSource.user = username
|
|
|
|
#myDataSource.password = xyz
|