Correct environment variable access examples

This commit is contained in:
alnoam
2021-12-30 17:30:09 +02:00
parent 15d0d5f7c6
commit d019fe8f55
2 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ For example:
# # Default project and credentials file
# # Will be used when no bucket configuration is found
project: "clearml"
credentials_json: "${GOOGLE_APPLICATION_CREDENTIALS}"
credentials_json: ${GOOGLE_APPLICATION_CREDENTIALS}
}
```