mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-05-10 07:14:51 +02:00
84b57a211f
Remove members.json from .gitignore to provide a sample configuration that users can customize for their network member listings.
11 lines
173 B
JSON
11 lines
173 B
JSON
{
|
|
"members": [
|
|
{
|
|
"name": "Example Member",
|
|
"callsign": "N0CALL",
|
|
"role": "Network Operator",
|
|
"description": "Example member entry"
|
|
}
|
|
]
|
|
}
|