X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/6247fb8854afdc425b38c4f15ec262b83f6cd57f..9307cc64b4a005d16ce021274274f664d8f6b10d:/config.php.sample diff --git a/config.php.sample b/config.php.sample index 53e239a..d9fcf31 100644 --- a/config.php.sample +++ b/config.php.sample @@ -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 +]);