Browse CVS Repository
Contents of /pal/pal-portal/installer/etc/database/database.properties.template
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
Sat Mar 10 01:16:10 2007 UTC
(17 years ago)
by shinsuke
Branch: MAIN
CVS Tags: RELEASE-1_0_BETA4
updated installer
| 1 |
; Jetspeed Enterprise Portal 2.1 Database setup configuration |
| 2 |
|
| 3 |
; db.type supported values: db2, derby, mssql, mysql, oracle, postgres, sapdb |
| 4 |
db.type=@db.type@ |
| 5 |
: for db.type other than derby, the properties below need to be specified |
| 6 |
db.username=@db.username@ |
| 7 |
db.password=@db.password@ |
| 8 |
jdbc.url=@jdbc.url@ |
| 9 |
jdbc.driver.class=@jdbc.driver.class@ |
| |