-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for DVC_STUDIO_TOKEN and DVC_STUDIO_URL envvar (#28)
- Loading branch information
Showing
3 changed files
with
39 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
DVC_STUDIO_CLIENT_LOGLEVEL = "DVC_STUDIO_CLIENT_LOGLEVEL" | ||
DVC_STUDIO_TOKEN = "DVC_STUDIO_TOKEN" # nosec B105 | ||
DVC_STUDIO_URL = "DVC_STUDIO_URL" | ||
STUDIO_ENDPOINT = "STUDIO_ENDPOINT" | ||
STUDIO_REPO_URL = "STUDIO_REPO_URL" | ||
STUDIO_TOKEN = "STUDIO_TOKEN" # nosec B105 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters