]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Update config.php.sample
authorPeGaSuS <redacted>
Sun, 12 Feb 2023 22:06:19 +0000 (23:06 +0100)
committerGitHub <redacted>
Sun, 12 Feb 2023 22:06:19 +0000 (23:06 +0100)
Changing RPC listening port to something other than the same port used for websockets.

Changed it also on UnrealIRCd wiki

config.php.sample

index 53e239ae0b097de95d219f00f72b711ba2e2cd47..d9fcf31310743d3b9129f8f455f17a5aa6c3b30a 100644 (file)
@@ -35,7 +35,7 @@ define( 'UNREALIRCD_HOST', '127.0.0.1' );
 /**
  * The port of your RPC server as defined in your unrealircd.conf
 */
-define( 'UNREALIRCD_PORT', '8000' );
+define( 'UNREALIRCD_PORT', '8080' );
 
 /** 
  * You should set this to true, if your RPC server is not on your local host
@@ -131,4 +131,4 @@ define('EMAIL_SETTINGS', [
     "password" => "supersecretpassword", /* The password for the above email */
     "from_name" => "UnrealIRCd Admin Panel",
 
-]);
\ No newline at end of file
+]);