mirror of
https://github.com/logos-co/logos-messaging-module.git
synced 2026-08-27 18:51:09 +00:00
* docs: move run-node guide and shipped configs to the layered createNode shape The shipped conf files carried a bare top-level logLevel, which routes the config through the legacy flat parser (#79 documented the layered shapes in the README but left the guide behind). Pin the p2p ports in messagingOverrides so the docker-compose port mappings actually match what the node binds (the flat default was 60000, never the mapped 30303). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * docs: drop redundant mode from the run-node configs The layered parser defaults mode to Core when omitted. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * docs: tighten the run-node configuration section Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
9 lines
153 B
JSON
9 lines
153 B
JSON
{
|
|
"preset": "logos.dev",
|
|
"messagingOverrides": {
|
|
"logLevel": "DEBUG",
|
|
"tcp-port": 30303,
|
|
"discv5-udp-port": 9000
|
|
}
|
|
}
|