crusade-tracker/config/database.oracle.properties.dist

22 lines
945 B
Plaintext
Raw Normal View History

2021-01-18 20:27:50 +00:00
# This is a sample file for configuring TeamCity to use an external database.
# To make it effective, copy it to the "database.properties" file and modify the settings
# according to your environment.
# Do not modify this file, it will be overwritten on the TeamCity server start-up.
# See documentation at https://www.jetbrains.com/help/teamcity/?Setting+up+an+External+Database
# Database: Oracle
connectionUrl=jdbc:oracle:thin:@//<hostname>:1521/<servicename>
connectionProperties.user=<username>
connectionProperties.password=<password>
# The maximum number of connections TeamCity can open on the database server.
maxConnections=50
# Specifies whether TeamCity should check each jdbc connection before use.
# It reduces the system performance but avoids cases when the system uses
# a connection that was closed by the database server due to a time-out or this
# connection was broken during the previous operation.
testOnBorrow=false