15 lines
587 B
Plaintext
15 lines
587 B
Plaintext
# This is a sample file for configuring TeamCity to use an internal 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: HSQLDB (HyperSonic) version 2.x
|
|
|
|
connectionUrl=jdbc:hsqldb:file:$TEAMCITY_SYSTEM_PATH/buildserver
|
|
|
|
# The maximum number of connections TeamCity can open with this database.
|
|
maxConnections=50
|
|
|
|
|