Skip to content

Commit 03855bc

Browse files
authored
Update docs with latest env vars (#720)
1 parent 14f2c18 commit 03855bc

4 files changed

Lines changed: 33 additions & 35 deletions

File tree

docs/_static/env-vars/frontend.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ reva:
6464
cacert: ""
6565
machine_auth_api_key: ""
6666
skip_user_groups_in_token: false
67-
enable_favorites: false
6867
max_quota: 0
6968
upload_max_chunk_size: 10000000
7069
upload_http_method_override: ""

docs/_static/env-vars/frontend_configvars.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
2026-03-13-00-06-25
2+
2026-03-20-00-08-13
33

44
# Deprecation Notice
55

@@ -44,7 +44,6 @@ Environment variables for the **frontend** service
4444
|`OC_GRPC_CLIENT_TLS_CACERT`| 1.0.0 |string|`Path/File name for the root CA certificate (in PEM format) used to validate TLS server certificates of the go-micro based grpc services.`|``|
4545
|`OC_MACHINE_AUTH_API_KEY`<br/>`FRONTEND_MACHINE_AUTH_API_KEY`| 1.0.0 |string|`The machine auth API key used to validate internal requests necessary to access resources from other services.`|``|
4646
|`FRONTEND_SKIP_USER_GROUPS_IN_TOKEN`| 1.0.0 |bool|`Disables the loading of user's group memberships from the reva access token.`|`false`|
47-
|`FRONTEND_ENABLE_FAVORITES`| 1.0.0 |bool|`Enables the support for favorites in the clients.`|`false`|
4847
|`OC_SPACES_MAX_QUOTA`<br/>`FRONTEND_MAX_QUOTA`| 1.0.0 |uint64|`Set the global max quota value in bytes. A value of 0 equals unlimited. The value is provided via capabilities.`|`0`|
4948
|`FRONTEND_UPLOAD_MAX_CHUNK_SIZE`| 1.0.0 |int|`Sets the max chunk sizes in bytes for uploads via the clients.`|`10000000`|
5049
|`FRONTEND_UPLOAD_HTTP_METHOD_OVERRIDE`| 1.0.0 |string|`Advise TUS to replace PATCH requests by POST requests.`|``|

0 commit comments

Comments
 (0)