Init WIP Bot
This commit is contained in:
17
Client/config/clientConfig.js
Normal file
17
Client/config/clientConfig.js
Normal file
@@ -0,0 +1,17 @@
|
||||
// Core config settings for the node, these are the settings that are checked with the server
|
||||
exports.clientConfig = {
|
||||
"id": 13,
|
||||
"name": "boilin balls in the hall",
|
||||
"ip": "172.16.100.150",
|
||||
"port": 3001,
|
||||
"location": "the house",
|
||||
"nearbySystems": ["Westchester Cty. Simulcast"],
|
||||
"online": true
|
||||
}
|
||||
|
||||
// Configuration for the connection to the server
|
||||
exports.serverConfig = {
|
||||
"ip": "127.0.0.1",
|
||||
"hostname": "localhost",
|
||||
"port": 3000
|
||||
}
|
||||
Reference in New Issue
Block a user