Fix links (#100)

This commit is contained in:
pollfly 2022-02-17 12:04:11 +02:00 committed by GitHub
parent d89d0f9ff5
commit 36073ad488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ from clearml_agent.backend_config.defs import LOCAL_CONFIG_FILES
description = """ description = """
Please create new clearml credentials through the settings page in your `clearml-server` web app, Please create new clearml credentials through the settings page in your `clearml-server` web app,
or create a free account at https://app.clear.ml/webapp-configuration or create a free account at https://app.clear.ml/settings/webapp-configuration
In the settings > workspace page, press "Create new credentials", then press "Copy to clipboard". In the settings > workspace page, press "Create new credentials", then press "Copy to clipboard".

View File

@ -4,7 +4,7 @@ api {
web_server: https://demoapp.demo.clear.ml web_server: https://demoapp.demo.clear.ml
files_server: https://demofiles.demo.clear.ml files_server: https://demofiles.demo.clear.ml
# Credentials are generated in the webapp, https://demoapp.demo.clear.ml/profile # Credentials are generated in the webapp, https://app.clear.ml/settings/workspace-configuration
# Overridden with os environment: CLEARML_API_ACCESS_KEY / CLEARML_API_SECRET_KEY # Overridden with os environment: CLEARML_API_ACCESS_KEY / CLEARML_API_SECRET_KEY
credentials {"access_key": "EGRTCO8JMSIGI6S39GTP43NFWXDQOW", "secret_key": "x!XTov_G-#vspE*Y(h$Anm&DIc5Ou-F)jsl$PdOyj5wG1&E!Z8"} credentials {"access_key": "EGRTCO8JMSIGI6S39GTP43NFWXDQOW", "secret_key": "x!XTov_G-#vspE*Y(h$Anm&DIc5Ou-F)jsl$PdOyj5wG1&E!Z8"}