Skip to content

Commit

Permalink
Merge pull request #44 from themaxbelov/switch-to-proxy-mode
Browse files Browse the repository at this point in the history
Switch to proxy network by default
  • Loading branch information
ToxicWar authored Feb 5, 2018
2 parents d0c48b1 + 597d359 commit 77eb20a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.22
1.7.23
2 changes: 1 addition & 1 deletion apsconnectcli/apsconnect.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def install_backend(self, name, image, config_file, hostname, healthcheck_path=N
print("[Success]")

def install_frontend(self, source, oauth_key, oauth_secret, backend_url, settings_file=None,
network='public', hub_id=None):
network='proxy', hub_id=None):
""" Install connector-frontend in Odin Automation Hub, --source can be http(s):// or
filepath"""

Expand Down

0 comments on commit 77eb20a

Please sign in to comment.