Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
allegroai committed Oct 29, 2019
1 parent ad67ebb commit d784103
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/trains.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# TRAINS-AGENT configuration file
api {
api_server: https://demoapi.trainsai.io
web_server: https://demoapp.trainsai.io
files_server: https://demofiles.trainsai.io
api_server: https://demoapi.trains.allegro.ai
web_server: https://demoapp.trains.allegro.ai
files_server: https://demofiles.trains.allegro.ai

# Credentials are generated in the webapp, https://demoapp.trainsai.io/profile
# Credentials are generated in the webapp, https://demoapp.trains.allegro.ai/profile
# Overridden with os environment: TRAINS_API_ACCESS_KEY / TRAINS_API_SECRET_KEY
credentials {"access_key": "EGRTCO8JMSIGI6S39GTP43NFWXDQOW", "secret_key": "x!XTov_G-#vspE*Y(h$Anm&DIc5Ou-F)jsl$PdOyj5wG1&E!Z8"}

Expand Down Expand Up @@ -41,7 +41,7 @@ agent {
force_upgrade: false,

# additional artifact repositories to use when installing python packages
# extra_index_url: ["https://allegroai.jfrog.io/trainsai/api/pypi/public/simple"]
# extra_index_url: ["https://allegroai.jfrog.io/trains/api/pypi/public/simple"]
extra_index_url: []

# additional conda channels to use when installing with conda package manager
Expand Down

0 comments on commit d784103

Please sign in to comment.