Fabrice Bacchella
2015-06-03 b57b9ec3edd2ca7e7e44190f85e3743cea822e3e
src/main/distrib/data/defaults.properties
@@ -784,6 +784,11 @@
# BASEFOLDER
web.projectsFile = ${baseFolder}/projects.conf
# Defines the tab length for all blob views
#
# SINCE 1.7.0
web.tabLength = 4
# Either the full path to a user config file (users.conf)
# OR a fully qualified class name that implements the IUserService interface.
#
@@ -970,6 +975,13 @@
# SINCE 0.8.0
web.allowGravatar = true
# Define which class will generate the avatar URL.
# This class must inherit from com.gitblit.AvatarGenerator
# It must use a no argument constructor
#
# SINCE 1.7.0
web.avatarClass = com.gitblit.GravatarGenerator
# Allow dynamic zip downloads.
#
# SINCE 0.5.0