Skip to main content
Version: 2.12

routes

Hot Reloadable

A list of server URLs to cluster with. Self-routes are ignored. Should authentication via token or username/password be required, specify them as part of the URL.

Types

TypeDescriptionChoices
[ string ]--

Examples

Simple Route URLs

routes: [
nats-route://localhost:6222,
nats-route://localhost:6223,
nats-route://localhost:6224,
]