From 1bff02de55331e11de3627d5c5628feb2cd97387 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 17 Jul 2018 23:23:58 +0200 Subject: Added dependencies for issues (#2196) (#2531) --- custom/conf/app.ini.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'custom/conf') diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index c4dd741cac..f087e9913b 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -316,6 +316,9 @@ DEFAULT_KEEP_EMAIL_PRIVATE = false ; Default value for AllowCreateOrganization ; Every new user will have rights set to create organizations depending on this setting DEFAULT_ALLOW_CREATE_ORGANIZATION = true +; Default value for EnableDependencies +; Repositories will use depencies by default depending on this setting +DEFAULT_ENABLE_DEPENDENCIES = true ; Enable Timetracking ENABLE_TIMETRACKING = true ; Default value for EnableTimetracking -- cgit v1.2.3