| container { | |
| workerThreads: 4 | |
| containerName: Hono.Example.Container | |
| } | |
| router { | |
| mode: standalone | |
| id: Hono.Example.Router | |
| } | |
| listener { | |
| addr: 0.0.0.0 | |
| port: 5672 | |
| authenticatePeer: no | |
| saslMechanisms: ANONYMOUS | |
| } | |
| address { | |
| prefix: telemetry | |
| distribution: balanced | |
| } | |
| log { | |
| module: DEFAULT | |
| enable: debug+ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment