Former-commit-id: e5b9b74b4c
This commit is contained in:
zramsay 2023-04-18 19:54:18 -04:00
parent feee38140d
commit 1629129cd5

View File

@ -72,7 +72,7 @@ It's possible to run into an `ESOCKETTIMEDOUT` error, e.g., `error An unexpected
4. Set this environment variable to your droplet's IP address: 4. Set this environment variable to your droplet's IP address:
``` ```
export LACONIC_HOSTED_ENDPOINT=68.183.195.210 export LACONIC_HOSTED_ENDPOINT=http://68.183.195.210
``` ```
5. Deploy the stack: 5. Deploy the stack:
@ -139,8 +139,8 @@ Additional ports will need to be opened depending on your application. Ensure yo
``` ```
wns wns
webui 68.183.195.210:9473/console webui http://68.183.195.210:9473/console
server 68.183.195.210:9473/api server http://68.183.195.210:9473/api
``` ```
## Publish and query a sample record to the registry ## Publish and query a sample record to the registry