]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - config.php.sample
Update config.php.sample
[irc/unrealircd/unrealircd-webpanel.git] / config.php.sample
index f7d99a58ec93f60bde097d1c04b91bebd7bcddec..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
@@ -127,8 +127,8 @@ define('EMAIL_SETTINGS', [
     "host" => 'smtp.host.example.com',
     "port" => 587,
     "encryption" => 'tls', /* Use 'tls' for STARTTLS or 'ssl' for TLS/SSL
-    "username" => "v.a.pond@outlook.com", /* The email to login with and send emails from */
+    "username" => "youremail@example.com", /* The email to login with and send emails from */
     "password" => "supersecretpassword", /* The password for the above email */
     "from_name" => "UnrealIRCd Admin Panel",
 
-]);
\ No newline at end of file
+]);