Skip to content

Commit

Permalink
fix(install-dev): Publicly open the manager's service-addr (#470)
Browse files Browse the repository at this point in the history
* When installed on a VM, it should be accessible from the VM host.
  • Loading branch information
achimnol committed Jun 14, 2022
1 parent 0ae84fc commit 7caf2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/470.misc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Publicly open the service IP address of the manager for when installed as development setup on a virtual machine
2 changes: 1 addition & 1 deletion configs/manager/halfstack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ password = "develove"

[manager]
num-proc = 4
service-addr = { host = "127.0.0.1", port = 8081 }
service-addr = { host = "0.0.0.0", port = 8081 }
#user = "nobody"
#group = "nobody"
ssl-enabled = false
Expand Down

0 comments on commit 7caf2e7

Please sign in to comment.