Skip to content

Commit

Permalink
Merge pull request #97 from SevanSSP/joreng2607-patch-2
Browse files Browse the repository at this point in the history
Update config.py
  • Loading branch information
joreng2607 authored Jan 18, 2021
2 parents acd01e7 + 0981858 commit c815c53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modeltestSDK/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class Config:
Select between local host and azure
'''
#host = "https://inquire-modeltest-docker.azurewebsites.net"
host = "http://127.0.0.1:8000"
host = "https://inquire-modeltest-eqn.azurewebsites.net/"
#host = "http://127.0.0.1:8000"
base_url = "api"
version = 'v1'

0 comments on commit c815c53

Please sign in to comment.