Module: kamailio Branch: 6.1 Commit: 76f6c079e44e3771c89acccbf8b4e8f3c7541fd9 URL: https://github.com/kamailio/kamailio/commit/76f6c079e44e3771c89acccbf8b4e8f3c7541fd9
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2026-01-30T12:31:19+01:00 modules: readme files regenerated - modules ... [skip ci] --- Modified: src/modules/nats/README --- Diff: https://github.com/kamailio/kamailio/commit/76f6c079e44e3771c89acccbf8b4e8f3c7541fd9.diff Patch: https://github.com/kamailio/kamailio/commit/76f6c079e44e3771c89acccbf8b4e8f3c7541fd9.patch --- diff --git a/src/modules/nats/README b/src/modules/nats/README index 5da04ae8e81..55da4014b5e 100644 --- a/src/modules/nats/README +++ b/src/modules/nats/README @@ -131,7 +131,7 @@ Chapter 1. Admin Guide Example 1.1. Set nats_url parameter ... modparam("nats", "nats_url", "nats://127.0.0.1:4222") -modparam("nats", "nats_url", "nats://user1:pass1127.0.1.2:4222") // with auth +modparam("nats", "nats_url", "nats://user1:[email protected]:4222") // with auth modparam("nats", "nats_url", "nats://127.1.2.3:4222") ... _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
