From 32c56056dfecafde8494a0dbbe25896c0a763d5c Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 19 Dec 2017 22:53:04 +0100 Subject: [PATCH] Added docs for dependencies --- custom/conf/app.ini.sample | 6 +++--- docs/content/doc/advanced/config-cheat-sheet.en-us.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index bb3bd90da..b1994f9a1 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -288,12 +288,12 @@ 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 -; Default value for EnableTimetracking -; Repositories will use timetracking by default depending on this setting -DEFAULT_ENABLE_TIMETRACKING = true ; Default value for EnableDependencies ; Repositories will use depencies by default depending on this setting DEFAULT_ENABLE_DEPENDENCIES = true +; Default value for EnableTimetracking +; Repositories will use timetracking by default depending on this setting +DEFAULT_ENABLE_TIMETRACKING = true ; Default value for AllowOnlyContributorsToTrackTime ; Only users with write permissions could track time if this is true DEFAULT_ALLOW_ONLY_CONTRIBUTORS_TO_TRACK_TIME = true diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index ea01b07d1..3aafb8e8f 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -128,6 +128,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. - `ENABLE_REVERSE_PROXY_AUTO_REGISTRATION`: Enable this to allow auto-registration for reverse authentication. - `DISABLE_MINIMUM_KEY_SIZE_CHECK`: Do not check minimum key size with corresponding type. - `ENABLE_CAPTCHA`: Enable this to use captcha validation for registration. +- `DEFAULT_ENABLE_DEPENDENCIES`: Enable this to have dependencies enabled by default. ## Webhook (`webhook`)