Settings Extension Configuration
Introduction
The Infinite Scale Settings extension provides …
Extensions are under development because of the |
Configuration
Environment Variables
The settings
extension is configured via the following environment variables:
Name | Type | Default Value | Description |
---|---|---|---|
|
bool |
false |
|
|
string |
||
|
string |
||
|
string |
||
|
string |
||
|
bool |
false |
|
|
bool |
false |
|
|
string |
||
|
string |
127.0.0.1:9194 |
Bind address of the debug server, where metrics, health, config and debug endpoints will be exposed. |
|
string |
Token to secure the metrics endpoint |
|
|
bool |
false |
Enables pprof, which can be used for profiling |
|
bool |
false |
Enables zpages, which can be used for collecting and viewing traces in-me |
|
string |
127.0.0.1:9190 |
|
|
string |
/ |
|
|
int |
604800 |
|
|
string |
127.0.0.1:9191 |
|
|
string |
metadata |
|
|
string |
~/.ocis/settings |
|
|
string |
127.0.0.1:9215 |
|
|
string |
127.0.0.1:9215 |
|
|
string |
||
|
string |
internal |
|
|
string |
||
|
string |
||
|
string |
||
|
string |
Since Version: +
added, -
deprecated
YAML Example
# Autogenerated
# Filename: settings-config-example.yaml
tracing:
enabled: false
type: ""
endpoint: ""
collector: ""
log:
level: ""
pretty: false
color: false
file: ""
debug:
addr: 127.0.0.1:9194
token: ""
pprof: false
zpages: false
http:
addr: 127.0.0.1:9190
root: /
cache_ttl: 604800
cors:
allowed_origins:
- '*'
allowed_methods:
- GET
- POST
- PUT
- PATCH
- DELETE
- OPTIONS
allowed_headers:
- Authorization
- Origin
- Content-Type
- Accept
- X-Requested-With
allowed_credentials: true
grpc:
addr: 127.0.0.1:9191
store_type: metadata
data_path: ~/.ocis/settings
metadata_config:
gateway_addr: 127.0.0.1:9215
storage_addr: 127.0.0.1:9215
system_user_id: ""
system_user_idp: internal
system_user_api_key: ""
admin_user_id: ""
asset:
path: ""
token_manager:
jwt_secret: ""