Skip to content

Commit

Permalink
Fix protocol gateway sandbox config.
Browse files Browse the repository at this point in the history
Also remove unused create_hono_device.sh.
  • Loading branch information
calohmn committed Nov 13, 2023
1 parent e6e312d commit 4dc764c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 50 deletions.
4 changes: 2 additions & 2 deletions examples/protocol-gateway-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ However, it can also be configured to connect to a local instance.

By default, the gateway listens on port `6666` on the loopback device (`127.0.0.1`). This can be changed in the
`application.yml` file or by means of corresponding command line arguments. In the same way the connection to the AMQP
adapter can be configured. By default, the gateway connects to the Hono Sandbox' AMQP adapter using `gw@DEFAULT_TENANT`
as the username.
adapter can be configured. By default, the gateway connects to the AMQP adapter of the Hono Sandbox using
`gw@DEFAULT_TENANT` as the username.

## Starting the Gateway

Expand Down
47 changes: 0 additions & 47 deletions examples/protocol-gateway-example/scripts/create_hono_device.sh

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ gateway:
insecurePortBindAddress: "127.0.0.1"
amqp:
host: hono.eclipseprojects.io
port: 5672
port: 5671
tlsEnabled: true
username: gw@DEFAULT_TENANT
password: gw-secret
serverRole: AMQP adapter
Expand Down

0 comments on commit 4dc764c

Please sign in to comment.