Service Configuration
|
|
Name | Type | Default Value | Description |
---|---|---|---|
OCIS_TRACING_ENABLED OCDAV_TRACING_ENABLED |
bool | false | Activates tracing. |
OCIS_TRACING_TYPE OCDAV_TRACING_TYPE |
string | ||
OCIS_TRACING_ENDPOINT OCDAV_TRACING_ENDPOINT |
string | The endpoint to the tracing collector. | |
OCIS_TRACING_COLLECTOR OCDAV_TRACING_COLLECTOR |
string | ||
OCIS_LOG_LEVEL OCDAV_LOG_LEVEL |
string | The log level. | |
OCIS_LOG_PRETTY OCDAV_LOG_PRETTY |
bool | false | Activates pretty log output. |
OCIS_LOG_COLOR OCDAV_LOG_COLOR |
bool | false | Activates colorized log output. |
OCIS_LOG_FILE OCDAV_LOG_FILE |
string | The target log file. | |
OCDAV_DEBUG_ADDR | string | 127.0.0.1:9163 | Bind address of the debug server, where metrics, health, config and debug endpoints will be exposed. |
OCDAV_DEBUG_TOKEN | string | Token to secure the metrics endpoint | |
OCDAV_DEBUG_PPROF | bool | false | Enables pprof, which can be used for profiling |
OCDAV_DEBUG_ZPAGES | bool | false | Enables zpages, which can be used for collecting and viewing traces in-me |
OCDAV_HTTP_ADDR | string | 127.0.0.1:0 | The address of the http service. |
OCDAV_HTTP_PROTOCOL | string | tcp | The transport protocol of the http service. |
OCDAV_HTTP_PREFIX | string | ||
OCIS_JWT_SECRET OCDAV_JWT_SECRET |
string | ||
REVA_GATEWAY | string | 127.0.0.1:9142 | |
OCDAV_SKIP_USER_GROUPS_IN_TOKEN | bool | false | |
OCDAV_WEBDAV_NAMESPACE | string | /users/{{.Id.OpaqueId}} | |
OCDAV_FILES_NAMESPACE | string | /users/{{.Id.OpaqueId}} | |
OCDAV_SHARES_NAMESPACE | string | /Shares | |
OCIS_URL OCDAV_PUBLIC_URL |
string | https://localhost:9200 | |
OCIS_INSECURE OCDAV_INSECURE |
bool | false | |
OCDAV_GATEWAY_REQUEST_TIMEOUT | int64 | 84300 |