Removing the static ENV var for nearby systems

This commit is contained in:
Logan Cusano
2023-05-21 15:22:43 -04:00
parent c882fb63d3
commit 7512c8e1df
3 changed files with 2 additions and 19 deletions

View File

@@ -1,16 +0,0 @@
// 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
}