Updated default configuration files to include more current example properties and references to the relevant documentation.
This commit is contained in:
parent
3b4e89441c
commit
cd7497c7bc
5 changed files with 52 additions and 20 deletions
|
@ -8,9 +8,11 @@
|
|||
# The actual mapping of types is done in the
|
||||
# type.properties file in the prototype directories.
|
||||
#
|
||||
# More information about this file is available at
|
||||
# http://helma.org/docs/guide/properties/db.properties/
|
||||
|
||||
# Properties of JDBC 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