blob: 6f4cadcd5242c550ad183da28a6ebda61fbffdbe [file] [log] [blame]
#
# Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0, which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# This Source Code may also be made available under the following Secondary
# Licenses when the conditions for such availability set forth in the
# Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
# version 2 with the GNU Classpath Exception, which is available at
# https://www.gnu.org/software/classpath/license.html.
#
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
#
#db.name=your-unique-db-name-here
derby.db.name=fancyDbName
derby.db.poolname=MyWhirlPool
derby.db.jndiname=jdbc/MyWhirlPool
derby.db.port=1527
derby.db.host=localhost
derby.db.user=dbuser
derby.db.pass=dbpass
derby.db.driver=org.apache.derby.jdbc.ClientDriver
derby.db.datasource.classname=org.apache.derby.jdbc.ClientDataSource
derby.db.url=jdbc:derby://${derby.db.host}:${derby.db.port}/${derby.db.name};create=true;
oracle.db.poolname=NatrajPool
oracle.db.jndiname=jdbc/NatrajPool
oracle.db.port=1521
oracle.db.host=localhost
oracle.db.SID=dbsmpl1
oracle.db.name=dbsmpl1
oracle.db.user=ashishs
oracle.db.pass=ashishs
oracle.db.alias-pass=${ALIAS\\=xyz}
oracle.db.driver=oracle.jdbc.OracleDriver
oracle.db.datasource.classname=oracle.jdbc.pool.OracleDataSource
oracle.db.url=jdbc:oracle:thin:@${oracle.db.host}:${oracle.db.port}:${oracle.db.SID}