[docs-only] Add missing added envvar to list

This commit is contained in:
mmattel
2024-02-08 14:23:19 +01:00
parent b058934d4c
commit 3628f1502f
3 changed files with 5 additions and 1 deletions

View File

@@ -18,6 +18,9 @@
|
| `OCIS_EVENTS_AUTH_PASSWORD`
| The password to authenticate with the events broker. The events broker is the ocis service which receives and delivers events between the services.|
|
| `ANTIVIRUS_ICAP_TIMEOUT`
| Scan timeout for the ICAP client. Defaults to '5m' (5 minutes). See the Environment Variable Types description for more details.|
| xref:{s-path}/audit.adoc[audit]
| `OCIS_EVENTS_AUTH_USERNAME`

View File

@@ -5,6 +5,7 @@
| ocis-pkg/shared/shared_types.go | `OCIS_CACHE_DISABLE_PERSISTENCE` | Disables persistence of the cache. Only applies when store type 'nats-js-kv' is configured. | `false` |
| services/antivirus/pkg/config/config.go | `OCIS_EVENTS_AUTH_USERNAME` | The username to authenticate with the events broker. The events broker is the ocis service which receives and delivers events between the services. | |
| | `OCIS_EVENTS_AUTH_PASSWORD` | The password to authenticate with the events broker. The events broker is the ocis service which receives and delivers events between the services. | |
| | `ANTIVIRUS_ICAP_TIMEOUT` | Scan timeout for the ICAP client. Defaults to '5m' (5 minutes). See the Environment Variable Types description for more details. | |
| services/audit/pkg/config/config.go | `OCIS_EVENTS_AUTH_USERNAME` | The username to authenticate with the events broker. The events broker is the ocis service which receives and delivers events between the services. | |
| | `OCIS_EVENTS_AUTH_PASSWORD` | The password to authenticate with the events broker. The events broker is the ocis service which receives and delivers events between the services. | |
| services/auth-service/pkg/config/config.go | `OCIS_TRACING_ENABLED;AUTH_SERVICE_TRACING_ENABLED` | Activates tracing. | |

View File

@@ -6,7 +6,7 @@
[width="100%",cols="~,~,~,~",options="header"]
|===
| File| Variable| Replacement| Description
| Service| Variable| Replacement| Description
| xref:{s-path}/auth-basic.adoc[auth-basic]
| `LDAP_BIND_PASSWORD`