aboutsummaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorBwko <bouwko@gmail.com>2018-04-09 17:15:32 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2018-04-09 23:15:32 +0800
commit8ee45eb614eaa4814936a2166addc8c1208ea1f5 (patch)
treeaa63463560f676b1be03ac53f817b32e52d5e334 /custom
parent30c81a126c36da555f3e982d36c38779d962edfd (diff)
downloadgitea-8ee45eb614eaa4814936a2166addc8c1208ea1f5.tar.gz
gitea-8ee45eb614eaa4814936a2166addc8c1208ea1f5.zip
Add EnableTimetracking option to app settings (#3719)
Diffstat (limited to 'custom')
-rw-r--r--custom/conf/app.ini.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample
index 3bd5a9c270..e2af3c7081 100644
--- a/custom/conf/app.ini.sample
+++ b/custom/conf/app.ini.sample
@@ -301,6 +301,8 @@ DEFAULT_KEEP_EMAIL_PRIVATE = false
; Default value for AllowCreateOrganization
; New user will have rights set to create organizations depending on this setting
DEFAULT_ALLOW_CREATE_ORGANIZATION = true
+; Enable Timetracking
+ENABLE_TIMETRACKING = true
; Default value for EnableTimetracking
; Repositories will use timetracking by default depending on this setting
DEFAULT_ENABLE_TIMETRACKING = true