Files
DRB-CnC/Client/config/core.js.default
Logan Cusano 4e1b82c557 Init WIP Bot
2022-12-11 06:09:25 -05:00

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
}