]> source.dussan.org Git - gitea.git/commitdiff
app.ini.sample: add ENABLE_USER_HEATMAP default config (#5362)
authorAntoine GIRARD <sapk@users.noreply.github.com>
Tue, 20 Nov 2018 09:54:09 +0000 (10:54 +0100)
committerLunny Xiao <xiaolunwen@gmail.com>
Tue, 20 Nov 2018 09:54:09 +0000 (17:54 +0800)
Doc: https://github.com/go-gitea/gitea/blob/b97af15de67b04fd259bd70a4abbc873f12e9491/docs/content/doc/advanced/config-cheat-sheet.en-us.md#service-service

custom/conf/app.ini.sample

index 92d72e8c9bbee3854f6614be6773c92e26ac7672..68207840e47dcdf5d9d00a7ed1b0efc640683c29 100644 (file)
@@ -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