Browse Source

enabled rcon and query by default

pull/19/head
Daniel Gibbs 8 years ago
parent
commit
2d34f9d14a
  1. 4
      Starbound/starbound_server.config

4
Starbound/starbound_server.config

@ -33,8 +33,8 @@
"rconServerPassword" : "ADMINPASSWORD", "rconServerPassword" : "ADMINPASSWORD",
"rconServerPort" : 21026, "rconServerPort" : 21026,
"rconServerTimeout" : 1000, "rconServerTimeout" : 1000,
"runQueryServer" : false, "runQueryServer" : true,
"runRconServer" : false, "runRconServer" : true,
"safeScripts" : true, "safeScripts" : true,
"scriptInstructionLimit" : 10000000, "scriptInstructionLimit" : 10000000,
"scriptInstructionMeasureInterval" : 10000, "scriptInstructionMeasureInterval" : 10000,

Loading…
Cancel
Save