mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 21:43:11 +00:00
26 lines
486 B
Plaintext
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
|
|
|
|
} |