|
jforum example source code file (postgresql.properties)
The jforum postgresql.properties source code#Mon Oct 01 11:24:26 BRT 2007 database.driver.name=postgresql database.connection.password=postgres database.connection.dbname=jforum database.support.autokeys=false database.connection.host=localhost database.connection.pool.min=10 database.support.subqueries=true database.connection.pool.timeout=2000 database.connection.port=5432 database.connection.username=postgres dbencoding=utf-8 database.connection.string=jdbc\:postgresql\://${database.connection.host}\:${database.connection.port}/${database.connection.dbname}?user\=${database.connection.username}&password\=${database.connection.password} database.connection.pool.max=50 dao.driver=net.jforum.dao.postgresql.PostgresqlDataAccessDriver database.connection.driver=org.postgresql.Driver Other jforum examples (source code examples)Here is a short list of links related to this jforum postgresql.properties source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.