Skip to content

Commit dde95de

Browse files
committed
Fixed Comet domain in default Comet SDK configuration.
1 parent b43138f commit dde95de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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"
4+
baseUrl = "https://www.comet-ml.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)

0 commit comments

Comments
 (0)