diff --git a/docs/helpers/env_vars.yaml b/docs/helpers/env_vars.yaml index e1d30d1369..26f79541ff 100644 --- a/docs/helpers/env_vars.yaml +++ b/docs/helpers/env_vars.yaml @@ -14533,138 +14533,6 @@ STORAGE_USERS_UPLOAD_EXPIRATION: deprecationVersion: "" removalVersion: "" deprecationInfo: "" -STORE_DATA_PATH: - name: STORE_DATA_PATH - defaultValue: /var/lib/ocis/store - type: string - description: The directory where the filesystem storage will store ocis settings. - If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/store. - introductionVersion: pre5.0 - deprecationVersion: "5.0" - removalVersion: 7.0.0 - deprecationInfo: The store service is optional and will be removed. -STORE_DEBUG_ADDR: - name: STORE_DEBUG_ADDR - defaultValue: 127.0.0.1:9464 - type: string - description: Bind address of the debug server, where metrics, health, config and - debug endpoints will be exposed. - introductionVersion: pre5.0 - deprecationVersion: "5.0" - removalVersion: 7.0.0 - deprecationInfo: The store service is optional and will be removed. -STORE_DEBUG_PPROF: - name: STORE_DEBUG_PPROF - defaultValue: "false" - type: bool - description: Enables pprof, which can be used for profiling. - introductionVersion: pre5.0 - deprecationVersion: "5.0" - removalVersion: 7.0.0 - deprecationInfo: The store service is optional and will be removed. -STORE_DEBUG_TOKEN: - name: STORE_DEBUG_TOKEN - defaultValue: "" - type: string - description: Token to secure the metrics endpoint. - introductionVersion: pre5.0 - deprecationVersion: "5.0" - removalVersion: 7.0.0 - deprecationInfo: The store service is optional and will be removed. -STORE_DEBUG_ZPAGES: - name: STORE_DEBUG_ZPAGES - defaultValue: "false" - type: bool - description: Enables zpages, which can be used for collecting and viewing in-memory - traces. - introductionVersion: pre5.0 - deprecationVersion: "5.0" - removalVersion: 7.0.0 - deprecationInfo: The store service is optional and will be removed. -STORE_GRPC_ADDR: - name: STORE_GRPC_ADDR - defaultValue: 127.0.0.1:9460 - type: string - description: The bind address of the GRPC service. - introductionVersion: pre5.0 - deprecationVersion: "5.0" - removalVersion: 7.0.0 - deprecationInfo: The store service is optional and will be removed. -STORE_LOG_COLOR: - name: OCIS_LOG_COLOR;STORE_LOG_COLOR - defaultValue: "false" - type: bool - description: Activates colorized log output. - introductionVersion: pre5.0 - deprecationVersion: "5.0" - removalVersion: 7.0.0 - deprecationInfo: The store service is optional and will be removed. -STORE_LOG_FILE: - name: OCIS_LOG_FILE;STORE_LOG_FILE - defaultValue: "" - type: string - description: The path to the log file. Activates logging to this file if set. - introductionVersion: pre5.0 - deprecationVersion: "5.0" - removalVersion: 7.0.0 - deprecationInfo: The store service is optional and will be removed. -STORE_LOG_LEVEL: - name: OCIS_LOG_LEVEL;STORE_LOG_LEVEL - defaultValue: "" - type: string - description: 'The log level. Valid values are: ''panic'', ''fatal'', ''error'', - ''warn'', ''info'', ''debug'', ''trace''.' - introductionVersion: pre5.0 - deprecationVersion: "5.0" - removalVersion: 7.0.0 - deprecationInfo: The store service is optional and will be removed. -STORE_LOG_PRETTY: - name: OCIS_LOG_PRETTY;STORE_LOG_PRETTY - defaultValue: "false" - type: bool - description: Activates pretty log output. - introductionVersion: pre5.0 - deprecationVersion: "5.0" - removalVersion: 7.0.0 - deprecationInfo: The store service is optional and will be removed. -STORE_TRACING_COLLECTOR: - name: OCIS_TRACING_COLLECTOR;STORE_TRACING_COLLECTOR - defaultValue: "" - type: string - description: The HTTP endpoint for sending spans directly to a collector, i.e. http://jaeger-collector:14268/api/traces. - Only used if the tracing endpoint is unset. - introductionVersion: pre5.0 - deprecationVersion: "5.0" - removalVersion: 7.0.0 - deprecationInfo: The store service is optional and will be removed. -STORE_TRACING_ENABLED: - name: OCIS_TRACING_ENABLED;STORE_TRACING_ENABLED - defaultValue: "false" - type: bool - description: Activates tracing. - introductionVersion: pre5.0 - deprecationVersion: "5.0" - removalVersion: 7.0.0 - deprecationInfo: The store service is optional and will be removed. -STORE_TRACING_ENDPOINT: - name: OCIS_TRACING_ENDPOINT;STORE_TRACING_ENDPOINT - defaultValue: "" - type: string - description: The endpoint of the tracing agent. - introductionVersion: pre5.0 - deprecationVersion: "5.0" - removalVersion: 7.0.0 - deprecationInfo: The store service is optional and will be removed. -STORE_TRACING_TYPE: - name: OCIS_TRACING_TYPE;STORE_TRACING_TYPE - defaultValue: "" - type: string - description: The type of tracing. Defaults to '', which is the same as 'jaeger'. - Allowed tracing types are 'jaeger' and '' as of now. - introductionVersion: pre5.0 - deprecationVersion: "5.0" - removalVersion: 7.0.0 - deprecationInfo: The store service is optional and will be removed. THUMBNAILS_CORS_ALLOW_CREDENTIALS: name: OCIS_CORS_ALLOW_CREDENTIALS;THUMBNAILS_CORS_ALLOW_CREDENTIALS defaultValue: "true"