Module: kamailio Branch: 6.0 Commit: 761c4f0d354fbe58f7412fcd0ea4aa4d429be6da URL: https://github.com/kamailio/kamailio/commit/761c4f0d354fbe58f7412fcd0ea4aa4d429be6da
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2026-01-30T12:31:29+01:00 modules: readme files regenerated - modules ... [skip ci] --- Modified: src/modules/nats/README --- Diff: https://github.com/kamailio/kamailio/commit/761c4f0d354fbe58f7412fcd0ea4aa4d429be6da.diff Patch: https://github.com/kamailio/kamailio/commit/761c4f0d354fbe58f7412fcd0ea4aa4d429be6da.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!
