mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-07-23 21:13:14 +00:00
- config*.toml: disable cover traffic (mix-disable-cover-traffic=true) and bump RLN userMessageLimit 4 -> 100 to match the chat client's RLN default. - setup_credentials.nim: DefaultUserMessageLimit -> 100. - chat-ui/: env.sh + run_chat_ui.sh launch two logos-chat-ui clients that adopt the two provisioned chat memberships (via CHAT_NODEKEY) against the 5-node sim, plus a README runbook. Creds (rln_tree.db, rln_keystore_*.json) are generated by build_setup.sh, not checked in.
33 lines
820 B
TOML
33 lines
820 B
TOML
log-level = "TRACE"
|
|
relay = true
|
|
mix = true
|
|
filter = true
|
|
store = true
|
|
lightpush = true
|
|
max-connections = 150
|
|
peer-exchange = false
|
|
metrics-logging = false
|
|
metrics-server = true
|
|
cluster-id = 2
|
|
discv5-discovery = false
|
|
discv5-udp-port = 9000
|
|
discv5-enr-auto-update = true
|
|
enable-kad-discovery = true
|
|
rest = true
|
|
rest-admin = true
|
|
ports-shift = 1
|
|
num-shards-in-network = 1
|
|
shard = [0]
|
|
agent-string = "nwaku-mix"
|
|
nodekey = "f98e3fba96c32e8d1967d460f1b79457380e1a895f7971cecc8528abe733781a"
|
|
mixkey = "a87db88246ec0eedda347b9b643864bee3d6933eb15ba41e6d58cb678d813258"
|
|
rendezvous = false
|
|
listen-address = "127.0.0.1"
|
|
nat = "extip:127.0.0.1"
|
|
ext-multiaddr = ["/ip4/127.0.0.1/tcp/60001"]
|
|
ext-multiaddr-only = true
|
|
ip-colocation-limit=0
|
|
mix-user-message-limit=100
|
|
mix-disable-spam-protection=false
|
|
mix-disable-cover-traffic=true
|