Copy the below info for input to 'clearml-init' configuration request, or modify your existing clearml.conf
api {{ '{' }}
web_server: {{WEB_SERVER_URL}}
api_server: {{displayedServerUrls?.apiServer || API_BASE_URL}}
files_server: {{displayedServerUrls?.filesServer || fileBaseUrl}}
{{'# ' + newCredential?.label}}
credentials {{ '{' }}
"access_key" = "{{newCredential?.access_key}}"
"secret_key" = "{{newCredential?.secret_key}}"
}
}