clearml-server/fileserver/config/default/fileserver.conf
2024-06-20 17:48:54 +03:00

26 lines
486 B
Plaintext

download {
# Add response headers requesting no caching for served files
disable_browser_caching: false
# Cache timeout to be set for downloaded files
cache_timeout_sec: 300
}
delete {
allow_batch: true
}
cors {
origins: "*"
}
auth {
# enable/disable auth validation on upload/download
enabled: false
# names of cookies in which authorization token can be found
cookie_names: ["clearml_token_basic"]
tokens_cache_threshold_sec: 43200
}