Skip to content

Commit cc548a0

Browse files
committed
CM-4572: Fixed default Comet configuration to use comet.com
1 parent 5d04258 commit cc548a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

comet-java-client/src/main/resources/reference.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The default configuration values for Comet Java SDK
22
comet {
33
# The base URL (env: COMET_BASE_URL)
4-
baseUrl = "https://www.comet-ml.com"
4+
baseUrl = "https://www.comet.com"
55
# The maximal number of authentication retries (env: COMET_MAX_AUTH_RETRIES)
66
maxAuthRetries = 4
77
# The timeout to finish upload of all pending log records and resources to the Comet at experiment end (env: COMET_TIMEOUT_CLEANING)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
comet {
2-
baseUrl = "https://www.comet-ml.com"
2+
baseUrl = "https://www.comet.com"
33
maxAuthRetries = 5
44
}

0 commit comments

Comments
 (0)