mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-28 09:29:41 -06:00
chore: remove duplicate FRONTEND_OCS_STAT_CACHE_AUTH_USERNAME from docs
This commit is contained in:
@@ -262,10 +262,6 @@
|
||||
`OCS_EVENTS_TLS_ROOT_CA_CERTIFICATE`
|
||||
| The root CA certificate used to validate the server's TLS certificate. If provided NOTIFICATIONS_EVENTS_TLS_INSECURE will be seen as false.|
|
||||
|
|
||||
| `OCIS_CACHE_AUTH_USERNAME` +
|
||||
`FRONTEND_OCS_STAT_CACHE_AUTH_USERNAME`
|
||||
| The username to use for authentication. Only applies when using the 'nats-js-kv' store type.|
|
||||
|
|
||||
| `OCIS_EVENTS_ENABLE_TLS` +
|
||||
`FRONTEND_EVENTS_ENABLE_TLS`
|
||||
| Enable TLS for the connection to the events broker. The events broker is the ocis service which receives and delivers events between the services.|
|
||||
|
||||
@@ -69,7 +69,6 @@
|
||||
| | `OCIS_EVENTS_CLUSTER;FRONTEND_EVENTS_CLUSTER` | The clusterID of the event system. The event system is the message queuing service. It is used as message broker for the microservice architecture. Mandatory when using NATS as event system. | |
|
||||
| | `OCIS_INSECURE;FRONTEND_EVENTS_TLS_INSECURE` | Whether to verify the server TLS certificates. | |
|
||||
| | `FRONTEND_EVENTS_TLS_ROOT_CA_CERTIFICATE;OCS_EVENTS_TLS_ROOT_CA_CERTIFICATE` | The root CA certificate used to validate the server's TLS certificate. If provided NOTIFICATIONS_EVENTS_TLS_INSECURE will be seen as false. | |
|
||||
| | `OCIS_CACHE_AUTH_USERNAME;FRONTEND_OCS_STAT_CACHE_AUTH_USERNAME` | The username to use for authentication. Only applies when using the 'nats-js-kv' store type. | |
|
||||
| | `OCIS_EVENTS_ENABLE_TLS;FRONTEND_EVENTS_ENABLE_TLS` | Enable TLS for the connection to the events broker. The events broker is the ocis service which receives and delivers events between the services. | |
|
||||
| | `OCIS_EVENTS_AUTH_USERNAME;FRONTEND_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;FRONTEND_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.. | |
|
||||
|
||||
Reference in New Issue
Block a user