James Moger
2015-05-21 9731bd4731729c29c2a7be208275131b4e69940e
src/main/distrib/data/defaults.properties
@@ -572,6 +572,21 @@
# SINCE 1.5.0
plugins.registry = http://plugins.gitblit.com/plugins.json
# The HTTP proxy host for plugin manager.
#
# SINCE 1.7.0
plugins.httpProxyHost =
# The HTTP proxy port for plugin manager.
#
# SINCE 1.7.0
plugins.httpProxyPort =
# The HTTP proxy authorization header for plugin manager.
#
# SINCE 1.7.0
plugins.httpProxyAuthorization =
# Number of threads used to handle miscellaneous tasks in the background.
#
# SINCE 1.6.0
@@ -1171,7 +1186,7 @@
web.showSearchTypeSelection = false
# Controls display of activity graphs on the dashboard, activity, and summary
# pages.  Charting makes use of the external Google Charts API.
# pages.  Charts are generated using Flotr2; an open source HTML5 library.
#
# SINCE 0.5.0 
web.generateActivityGraph = true
@@ -1595,6 +1610,22 @@
# SINCE 1.3.0
realm.container.autoCreateAccounts = false
# A set of mapping used to map HTTP session attributes to user informations
# They are used if realm.container.autoCreateAccounts is set to true and
# the webapp container used can fill the session with user informations
#
# SINCE 1.7.0
realm.container.autoAccounts.displayName =
realm.container.autoAccounts.emailAddress =
realm.container.autoAccounts.locale =
# If the user's created by the webapp container is given this role,
# the user created will be a admin user.
#
# SINCE 1.7.0
realm.container.autoAccounts.adminRole =
# Allow or prohibit Windows guest account logins
#
# SINCE 1.3.0