summaryrefslogtreecommitdiffstats
path: root/appjar/src/main/java/GerritServer.properties_example
blob: fe10ac62aa5fe7adb7e146cdd9c58510ba393ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Any properties starting with "database." will be fed to the JDBC driver,
# after removing the "database." prefix.
#
# The following "special" properties are removed from that set:
#
#  database.driver :  Class name of the driver to load.
#  database.url    :  The connection URL
#

# H2
# database.driver = org.h2.Driver
# database.url = jdbc:h2:file:ReviewDb

# PostgreSQL
# database.driver = org.postgresql.Driver
# database.url = jdbc:postgresql:reviewdb
# database.user = gerrit2
# database.password = supersecretcode