Update config.php
This commit is contained in:
parent
be57637a1f
commit
a819078514
|
|
@ -21,10 +21,10 @@ if($devmode) {
|
||||||
// if ur gonna use the availablegameservers array please pick a random gameserver from the array or else we would put all stress on 1 gameserver
|
// if ur gonna use the availablegameservers array please pick a random gameserver from the array or else we would put all stress on 1 gameserver
|
||||||
|
|
||||||
$AvailableGameservers = [
|
$AvailableGameservers = [
|
||||||
"ip goes here",
|
"1" => "127.0.0.1"
|
||||||
"ahh help!!"
|
|
||||||
];
|
];
|
||||||
// No ports? NO BITCHES
|
// No ports? NO BITCHES
|
||||||
|
// default is 64989 NOOB
|
||||||
|
|
||||||
$gameSettings = [
|
$gameSettings = [
|
||||||
"privatekey" => "-----BEGIN RSA PRIVATE KEY-----
|
"privatekey" => "-----BEGIN RSA PRIVATE KEY-----
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue