Added docs for dependencies
This commit is contained in:
parent
08763cf7d5
commit
32c56056df
|
|
@ -288,12 +288,12 @@ DEFAULT_KEEP_EMAIL_PRIVATE = false
|
||||||
; Default value for AllowCreateOrganization
|
; Default value for AllowCreateOrganization
|
||||||
; New user will have rights set to create organizations depending on this setting
|
; New user will have rights set to create organizations depending on this setting
|
||||||
DEFAULT_ALLOW_CREATE_ORGANIZATION = true
|
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
|
; Default value for EnableDependencies
|
||||||
; Repositories will use depencies by default depending on this setting
|
; Repositories will use depencies by default depending on this setting
|
||||||
DEFAULT_ENABLE_DEPENDENCIES = true
|
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
|
; Default value for AllowOnlyContributorsToTrackTime
|
||||||
; Only users with write permissions could track time if this is true
|
; Only users with write permissions could track time if this is true
|
||||||
DEFAULT_ALLOW_ONLY_CONTRIBUTORS_TO_TRACK_TIME = true
|
DEFAULT_ALLOW_ONLY_CONTRIBUTORS_TO_TRACK_TIME = true
|
||||||
|
|
|
||||||
|
|
@ -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.
|
- `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.
|
- `DISABLE_MINIMUM_KEY_SIZE_CHECK`: Do not check minimum key size with corresponding type.
|
||||||
- `ENABLE_CAPTCHA`: Enable this to use captcha validation for registration.
|
- `ENABLE_CAPTCHA`: Enable this to use captcha validation for registration.
|
||||||
|
- `DEFAULT_ENABLE_DEPENDENCIES`: Enable this to have dependencies enabled by default.
|
||||||
|
|
||||||
## Webhook (`webhook`)
|
## Webhook (`webhook`)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user