36 строки
601 B
YAML
36 строки
601 B
YAML
# Refer ./setup/baseConfig.yaml for full set of config parameters
|
|
|
|
allow-other: true
|
|
|
|
logging:
|
|
type: syslog
|
|
level: log_debug
|
|
|
|
components:
|
|
- libfuse
|
|
- file_cache
|
|
- attr_cache
|
|
- azstorage
|
|
|
|
libfuse:
|
|
attribute-expiration-sec: 120
|
|
entry-expiration-sec: 120
|
|
negative-entry-expiration-sec: 240
|
|
|
|
file_cache:
|
|
path: /home/myuser/tempcache
|
|
timeout-sec: 120
|
|
max-size-mb: 4096
|
|
|
|
attr_cache:
|
|
timeout-sec: 7200
|
|
|
|
azstorage:
|
|
type: block
|
|
account-name: mystorageaccount
|
|
sas: ?sv=<SAS_TOKEN>
|
|
endpoint: https://mystorageaccount.blob.core.windows.net
|
|
mode: sas
|
|
container: mycontainer
|
|
|