-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Author: Benedikt Kulmann <[email protected]> Date: Wed May 4 10:27:07 2022 +0200 [full-ci] Bump web to v5.5.0-rc.2 (#3664) Bump web to v5.5.0-rc.2 Co-authored-by: Pascal Wengerter <[email protected]>
- Loading branch information
Showing
18 changed files
with
70 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## Environment Variables | ||
|
||
| Name | Type | Default Value | Description | | ||
|------|------|---------------|-------------| | ||
| OCIS_TRACING_ENABLED<br/>STORAGE_METADATA_TRACING_ENABLED | bool | false | Activates tracing.| | ||
| OCIS_TRACING_TYPE<br/>STORAGE_METADATA_TRACING_TYPE | string | | | | ||
| OCIS_TRACING_ENDPOINT<br/>STORAGE_METADATA_TRACING_ENDPOINT | string | | The endpoint to the tracing collector.| | ||
| OCIS_TRACING_COLLECTOR<br/>STORAGE_METADATA_TRACING_COLLECTOR | string | | | | ||
| OCIS_LOG_LEVEL<br/>STORAGE_METADATA_LOG_LEVEL | string | | The log level.| | ||
| OCIS_LOG_PRETTY<br/>STORAGE_METADATA_LOG_PRETTY | bool | false | Activates pretty log output.| | ||
| OCIS_LOG_COLOR<br/>STORAGE_METADATA_LOG_COLOR | bool | false | Activates colorized log output.| | ||
| OCIS_LOG_FILE<br/>STORAGE_METADATA_LOG_FILE | string | | The target log file.| | ||
| STORAGE_METADATA_DEBUG_ADDR | string | 127.0.0.1:9217 | | | ||
| STORAGE_METADATA_DEBUG_TOKEN | string | | | | ||
| STORAGE_METADATA_DEBUG_PPROF | bool | false | | | ||
| STORAGE_METADATA_DEBUG_ZPAGES | bool | false | | | ||
| STORAGE_METADATA_GRPC_ADDR | string | 127.0.0.1:9215 | The address of the grpc service.| | ||
| STORAGE_METADATA_GRPC_PROTOCOL | string | tcp | The transport protocol of the grpc service.| | ||
| STORAGE_METADATA_HTTP_ADDR | string | 127.0.0.1:9216 | The address of the http service.| | ||
| STORAGE_METADATA_HTTP_PROTOCOL | string | tcp | The transport protocol of the http service.| | ||
| OCIS_JWT_SECRET<br/>STORAGE_METADATA_JWT_SECRET | string | | | | ||
| REVA_GATEWAY | string | 127.0.0.1:9142 | | | ||
| STORAGE_METADATA_MACHINE_AUTH_API_KEY | string | | | | ||
| STORAGE_METADATA_SKIP_USER_GROUPS_IN_TOKEN | bool | false | | | ||
| STORAGE_METADATA_DRIVER | string | ocis | The driver which should be used by the service| | ||
| STORAGE_METADATA_OCIS_ROOT | string | ~/.ocis/storage/metadata | | | ||
| STORAGE_METADATA_DATA_SERVER_URL | string | http://localhost:9216/data | | | ||
| STORAGE_METADATA_TEMP_FOLDER | string | ~/.ocis/tmp/metadata | | | ||
| OCIS_INSECURE<br/>STORAGE_METADATA_DATAPROVIDER_INSECURE | bool | false | | |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters