Storage-System Extension Configuration
Introduction
The Infinite Scale Storage-System extension provides …
Extensions are under development because of the |
Configuration
Environment Variables
The storage-system
extension is configured via the following environment variables:
Name | Type | Default Value | Description |
---|---|---|---|
|
bool |
false |
Activates tracing. |
|
string |
||
|
string |
The endpoint to the tracing collector. |
|
|
string |
||
|
string |
The log level. |
|
|
bool |
false |
Activates pretty log output. |
|
bool |
false |
Activates colorized log output. |
|
string |
The target log file. |
|
|
string |
127.0.0.1:9217 |
|
|
string |
||
|
bool |
false |
|
|
bool |
false |
|
|
string |
127.0.0.1:9215 |
The address of the grpc service. |
|
string |
tcp |
The transport protocol of the grpc service. |
|
string |
127.0.0.1:9216 |
The address of the http service. |
|
string |
tcp |
The transport protocol of the http service. |
|
string |
||
|
string |
127.0.0.1:9142 |
|
|
string |
||
|
bool |
false |
|
|
string |
ocis |
The driver which should be used by the service |
|
string |
~/.ocis/storage/metadata |
|
|
string |
http://localhost:9216/data |
|
|
string |
~/.ocis/tmp/metadata |
|
|
bool |
false |
Since Version: +
added, -
deprecated
YAML Example
# Autogenerated
# Filename: storage-system-config-example.yaml
tracing:
enabled: false
type: ""
endpoint: ""
collector: ""
log:
level: ""
pretty: false
color: false
file: ""
debug:
addr: 127.0.0.1:9217
token: ""
pprof: false
zpages: false
grpc:
addr: 127.0.0.1:9215
protocol: tcp
http:
addr: 127.0.0.1:9216
protocol: tcp
token_manager:
jwt_secret: ""
reva:
address: 127.0.0.1:9142
system_user_id: ""
system_user_api_key: ""
skip_user_groups_in_token: false
driver: ocis
drivers:
ocis:
root: ~/.ocis/storage/metadata
data_server_url: http://localhost:9216/data
temp_folder: ~/.ocis/tmp/metadata
data_provider_insecure: false