mirror of
https://github.com/DeBrosOfficial/network.git
synced 2025-12-12 23:18:49 +00:00
- Introduced IPFS peer information handling for improved network discovery and configuration. - Added validation for the 64-hex swarm key, ensuring proper input during installation. - Updated the installer to collect and store IPFS peer details, enhancing the setup experience for private networks. - Enhanced the production setup to configure IPFS peering for better node discovery in private environments. - Improved documentation to reflect new IPFS-related configuration options and swarm key requirements.
9 lines
205 B
YAML
9 lines
205 B
YAML
server:
|
|
bindAddr: "{{.ServerBindAddr}}"
|
|
bindPort: { { .HTTPPort } }
|
|
|
|
memberlist:
|
|
environment: { { .MemberlistEnvironment } }
|
|
bindAddr: "{{.MemberlistBindAddr}}"
|
|
bindPort: { { .MemberlistPort } }
|