35 строки
531 B
YAML
35 строки
531 B
YAML
# Refer ./setup/baseConfig.yaml for full set of config parameters
|
|
|
|
allow-other: true
|
|
|
|
logging:
|
|
type: syslog
|
|
level: log_debug
|
|
|
|
components:
|
|
- libfuse
|
|
- stream
|
|
- attr_cache
|
|
- azstorage
|
|
|
|
libfuse:
|
|
attribute-expiration-sec: 120
|
|
entry-expiration-sec: 120
|
|
negative-entry-expiration-sec: 240
|
|
|
|
stream:
|
|
block-size-mb: 8
|
|
blocks-per-file: 3
|
|
cache-size-mb: 1024
|
|
|
|
attr_cache:
|
|
timeout-sec: 7200
|
|
|
|
azstorage:
|
|
type: block
|
|
account-name: mystorageaccount
|
|
account-key: mystoragekey
|
|
mode: key
|
|
container: mycontainer
|
|
|