Files
logos-messaging-module/conf/logos-dev.json
Igor SirotinandClaude Fable 5 3f0f2d8b20 docs: move run-node guide and shipped configs to the layered createNode shape (#82)
* 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>
2026-08-08 10:18:17 +01:00

9 lines
153 B
JSON

{
"preset": "logos.dev",
"messagingOverrides": {
"logLevel": "DEBUG",
"tcp-port": 30303,
"discv5-udp-port": 9000
}
}