#Copyright (C) 2004-2006 GroundWork Open Source Solutions info@groundworkopensource.com # # This program is free software; you can redistribute it and/or modify # it under the terms of version 2 of the GNU General Public License # as published by the Free Software Foundation and reprinted below; # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # # Properties file with JDBC-related settings. # Applied by PropertyPlaceholderConfigurer in "common-model-assembly.xml". #Collage Datasource connection.driver_class=@DATABASE_DRIVER@ collage.url=@DATABASE_URL@ collage.username=@DATABASE_USER@ collage.password=@DATABASE_PASSWORD@ collage.min.pool.size=5 collage.max.pool.size=25 collage.max.idle.time=5000 collage.acquire.increment=2 collage.idle.connection.test.period=300 collage.maxStatements=200 #Monarch Datasource monarch.dbhost=localhost monarch.database=monarch monarch.username=monarch monarch.password=gwrk #Insight Reports Datasource insightreports.dbhost=localhost insightreports.database=dashboard insightreports.username=ir insightreports.password=gwrk