We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d04258 commit cc548a0Copy full SHA for cc548a0
comet-java-client/src/main/resources/reference.conf
@@ -1,7 +1,7 @@
1
# The default configuration values for Comet Java SDK
2
comet {
3
# The base URL (env: COMET_BASE_URL)
4
- baseUrl = "https://www.comet-ml.com"
+ baseUrl = "https://www.comet.com"
5
# The maximal number of authentication retries (env: COMET_MAX_AUTH_RETRIES)
6
maxAuthRetries = 4
7
# The timeout to finish upload of all pending log records and resources to the Comet at experiment end (env: COMET_TIMEOUT_CLEANING)
comet-java-client/src/test/resources/application.conf
@@ -1,4 +1,4 @@
maxAuthRetries = 5
}
0 commit comments