mirror of
https://github.com/logos-co/logos-delivery-module.git
synced 2026-08-27 12:01: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>