mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Improved check trains package updates
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
{
|
||||
version: 1.5
|
||||
# default api_server: https://demoapi.trainsai.io
|
||||
# default api_server: https://demoapi.trains.allegro.ai
|
||||
api_server: ""
|
||||
# default web_server: https://demoapp.trainsai.io
|
||||
# default web_server: https://demoapp.trains.allegro.ai
|
||||
web_server: ""
|
||||
# default files_server: https://demofiles.trainsai.io
|
||||
# default files_server: https://demofiles.trains.allegro.ai
|
||||
files_server: ""
|
||||
|
||||
# verify host ssl certificate, set to False only if you have a very good reason
|
||||
verify_certificate: True
|
||||
|
||||
# default demoapi.trainsai.io credentials
|
||||
# default demoapi.trains.allegro.ai credentials
|
||||
credentials {
|
||||
access_key: ""
|
||||
secret_key: ""
|
||||
|
||||
@@ -43,9 +43,9 @@ class Session(TokenManager):
|
||||
_write_session_timeout = (300.0, 300.)
|
||||
|
||||
api_version = '2.1'
|
||||
default_host = "https://demoapi.trainsai.io"
|
||||
default_web = "https://demoapp.trainsai.io"
|
||||
default_files = "https://demofiles.trainsai.io"
|
||||
default_host = "https://demoapi.trains.allegro.ai"
|
||||
default_web = "https://demoapp.trains.allegro.ai"
|
||||
default_files = "https://demofiles.trains.allegro.ai"
|
||||
default_key = "EGRTCO8JMSIGI6S39GTP43NFWXDQOW"
|
||||
default_secret = "x!XTov_G-#vspE*Y(h$Anm&DIc5Ou-F)jsl$PdOyj5wG1&E!Z8"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user