Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix protocol gateway sandbox config. #3584

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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