Skip to content

Commit

Permalink
feat(dx): add application HTTP to ports
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Adossi <[email protected]>
  • Loading branch information
vados-cosmonic committed Sep 3, 2024
1 parent c5249c3 commit 19f7417
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ ports:
onOpen: ignore
- port: 4223 # Nats Websocket
onOpen: ignore
- port: 8080 # Application HTTP Server provider default endpoint (see wadm.yaml)
onOpen: open-browser
- port: 8091 # Couchbase Web console, REST/HTTP interface
onOpen: open-browser
visibility: public
Expand Down

0 comments on commit 19f7417

Please sign in to comment.