mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Correct environment variable access examples
This commit is contained in:
@@ -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}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user