diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2026-08-14 20:39:22 +0200 |
|---|---|---|
| committer | Gab <24553253+gabrix73@users.noreply.github.com> | 2026-08-14 20:39:22 +0200 |
| commit | 43fbddf016f94f4ba006d82c9a67dca61b5852a1 (patch) | |
| tree | 70054d5fa8a34bb094b8c3ef8ddc9c1fcea3b3d5 /deploy/yamn-nym-sender.env.example | |
| parent | 994071243fc80990cf09e820b671006e9bd31c76 (diff) | |
| download | yamnweb-43fbddf016f94f4ba006d82c9a67dca61b5852a1.tar.gz yamnweb-43fbddf016f94f4ba006d82c9a67dca61b5852a1.tar.xz yamnweb-43fbddf016f94f4ba006d82c9a67dca61b5852a1.zip | |
Complete Nym and YAMN transport integration
Diffstat (limited to 'deploy/yamn-nym-sender.env.example')
| -rw-r--r-- | deploy/yamn-nym-sender.env.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy/yamn-nym-sender.env.example b/deploy/yamn-nym-sender.env.example new file mode 100644 index 0000000..f241c6b --- /dev/null +++ b/deploy/yamn-nym-sender.env.example @@ -0,0 +1,4 @@ +YAMN_NYM_RECIPIENT=<nym-ingress-recipient> +YAMN_NYM_STORAGE=/var/lib/yamnweb/nym-client +YAMN_NYM_SOCKET=/run/yamnweb/nym-sender.sock +YAMN_NYM_QUEUE_CAPACITY=8 |
