| | |
| | | # 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. |
| | | # |
| | |
| | | # 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 |