diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2018-11-20 10:54:09 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2018-11-20 17:54:09 +0800 |
commit | 3a95e2d0eac9834125c2e738ea5daf238c8fc9f7 (patch) | |
tree | ba1335b626b00e1907ad6c772b370a068c3bf602 /custom | |
parent | e08c7e521b02859f0e53a858443e78b86c301884 (diff) | |
download | gitea-3a95e2d0eac9834125c2e738ea5daf238c8fc9f7.tar.gz gitea-3a95e2d0eac9834125c2e738ea5daf238c8fc9f7.zip |
app.ini.sample: add ENABLE_USER_HEATMAP default config (#5362)
Doc: https://github.com/go-gitea/gitea/blob/b97af15de67b04fd259bd70a4abbc873f12e9491/docs/content/doc/advanced/config-cheat-sheet.en-us.md#service-service
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.ini.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index 92d72e8c9b..68207840e4 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -342,6 +342,8 @@ DEFAULT_ALLOW_CREATE_ORGANIZATION = true ; Default value for EnableDependencies ; Repositories will use depencies by default depending on this setting DEFAULT_ENABLE_DEPENDENCIES = true +; Enable heatmap on users profiles. +ENABLE_USER_HEATMAP = true ; Enable Timetracking ENABLE_TIMETRACKING = true ; Default value for EnableTimetracking |