Revision 915
Added by berkley almost 23 years ago
metacat.properties | ||
---|---|---|
7 | 7 |
password=@password@ |
8 | 8 |
defaultDB=@jdbc-connect@ |
9 | 9 |
dbDriver=@dbDriver@ |
10 |
dbAdapter=edu.ucsb.nceas.dbadapter.PostgresqlAdapter
|
|
10 |
dbAdapter=@dbAdapter@
|
|
11 | 11 |
initialConnections=5 |
12 | 12 |
incrementConnections=5 |
13 | 13 |
maximumConnections=10 |
Also available in: Unified diff
fixed error I introduced when I got postgres working