Modify design (#471)

This commit is contained in:
pollfly
2023-02-09 15:13:17 +02:00
committed by GitHub
parent 55fd5b4cb1
commit e697fd8f3c
20 changed files with 28 additions and 24 deletions

View File

@@ -662,7 +662,7 @@ Dictionary of configuration options for the ClearML Server API, web, and file se
* The URL of your ClearML file server. For example, `https://files.MyDomain.com`.
:::warning
:::caution
You must use a secure protocol with ``api.web_server``, ``api.files_server``, and ``api.api_server``. Use `https`, not `http`.
:::
@@ -699,7 +699,7 @@ You must use a secure protocol with ``api.web_server``, ``api.files_server``, an
* `true` - Verify
* `false` - Do not verify.
:::warning
:::caution
Set to False only if required.
:::