|
@@ -62,7 +62,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. |
|
|
HTTP protocol. |
|
|
HTTP protocol. |
|
|
- `USE_COMPAT_SSH_URI`: **false**: Force ssh:// clone url instead of scp-style uri when |
|
|
- `USE_COMPAT_SSH_URI`: **false**: Force ssh:// clone url instead of scp-style uri when |
|
|
default SSH port is used. |
|
|
default SSH port is used. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Repository - Pull Request (`repository.pull-request`) |
|
|
### Repository - Pull Request (`repository.pull-request`) |
|
|
- `WORK_IN_PROGRESS_PREFIXES`: **WIP:,\[WIP\]**: List of prefixes used in Pull Request |
|
|
- `WORK_IN_PROGRESS_PREFIXES`: **WIP:,\[WIP\]**: List of prefixes used in Pull Request |
|
|
title to mark them as Work In Progress |
|
|
title to mark them as Work In Progress |
|
@@ -222,6 +222,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. |
|
|
`FROM` and `SENDMAIL_PATH`. |
|
|
`FROM` and `SENDMAIL_PATH`. |
|
|
- `SENDMAIL_PATH`: **sendmail**: The location of sendmail on the operating system (can be |
|
|
- `SENDMAIL_PATH`: **sendmail**: The location of sendmail on the operating system (can be |
|
|
command or full path). |
|
|
command or full path). |
|
|
|
|
|
- ``IS_TLS_ENABLED`` : **false** : Decide if SMTP connections should use TLS. |
|
|
|
|
|
|
|
|
## Cache (`cache`) |
|
|
## Cache (`cache`) |
|
|
|
|
|
|
|
@@ -310,8 +311,8 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. |
|
|
- `TOKEN`: **\<empty\>**: You need to specify the token, if you want to include in the authorization the metrics . The same token need to be used in prometheus parameters `bearer_token` or `bearer_token_file`. |
|
|
- `TOKEN`: **\<empty\>**: You need to specify the token, if you want to include in the authorization the metrics . The same token need to be used in prometheus parameters `bearer_token` or `bearer_token_file`. |
|
|
|
|
|
|
|
|
## API (`api`) |
|
|
## API (`api`) |
|
|
|
|
|
|
|
|
- `ENABLE_SWAGGER_ENDPOINT`: **true**: Enables /api/swagger, /api/v1/swagger etc. endpoints. True or false; default is true. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- `ENABLE_SWAGGER_ENDPOINT`: **true**: Enables /api/swagger, /api/v1/swagger etc. endpoints. True or false; default is true. |
|
|
- `MAX_RESPONSE_ITEMS`: **50**: Max number of items in a page. |
|
|
- `MAX_RESPONSE_ITEMS`: **50**: Max number of items in a page. |
|
|
|
|
|
|
|
|
## i18n (`i18n`) |
|
|
## i18n (`i18n`) |
|
|