Skip to content

Commit

Permalink
Fixed the URL of the dev-instance.
Browse files Browse the repository at this point in the history
Used by the rorocloud-dev command to access the dev-instance.
  • Loading branch information
anandology committed Jun 5, 2017
1 parent 49f332a commit 144a0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rorocloud/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,5 @@ def main():
cli()

def main_dev():
config["ROROCLOUD_URL"] = "https://rorocloud.staging.rorodata.com/"
config["ROROCLOUD_URL"] = "http://rorocloud-api.local.rorodata.com:8080/"
cli()

0 comments on commit 144a0d0

Please sign in to comment.