mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-05 23:02:23 +08:00
232f4e8630
TOML has been using for a while, but the documentation is still describing the old Bash syntax. Rewrite them.
8 lines
349 B
TOML
8 lines
349 B
TOML
# Template file for the peering registry (peer/)
|
|
# Before submission, please:
|
|
# - Rename the file to "<node_name>.toml", without the quotes.
|
|
# - Remove any blank lines, comments, and unneeded options.
|
|
|
|
# A list of peers that this node is peering to (mandatory). Items in this list
|
|
# should match the name of registered nodes in node/ .
|
|
to-peer = []
|