16 lines
364 B
Plaintext
16 lines
364 B
Plaintext
// Core config settings for the node, these are the settings that are checked with the server
|
|
exports.nodeConfig = {
|
|
"id": 0,
|
|
"name": "",
|
|
"ip": "",
|
|
"port": 0,
|
|
"location": "",
|
|
"nearbySystems": {
|
|
"System Name": {
|
|
"frequencies": [],
|
|
"mode": "",
|
|
"trunkFile": ""
|
|
}
|
|
},
|
|
"online": false
|
|
} |