fix typos (#321)

This commit is contained in:
pollfly 2022-08-31 11:25:50 +03:00 committed by GitHub
parent c15e900b78
commit 910ab6303b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ tasks {
### Environment Variables
The ClearML Server supports several fixed environment variables that affect its behavior,
as well as dynamic environment variable that can be used to override any configuration file setting.
as well as dynamic environment variables that can be used to override any configuration file setting.
#### Fixed Environment Variables
@ -127,7 +127,7 @@ For example, given the default `secure.conf` file contents:
credentials {
apiserver {
role: "system"
user_key: "defualt-key"
user_key: "default-key"
user_secret: "default-secret"
}