]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - config.php.sample
Make the Services overview card live too
[irc/unrealircd/unrealircd-webpanel.git] / config.php.sample
index f7d99a58ec93f60bde097d1c04b91bebd7bcddec..29aa5930ec9e463ba6aef8979032d2c230ee0159 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', '8600' );
 
 /** 
  * You should set this to true, if your RPC server is not on your local host
@@ -81,11 +81,11 @@ define('SQL_IP', "127.0.0.1");
 /**
  * SQL Dabase name
  */
-define('SQL_DATABASE', "unrealircd");
+define('SQL_DATABASE', "unrealircdwebpanel");
 /**
  * SQL Username
  */
-define('SQL_USERNAME', "unrealircd");
+define('SQL_USERNAME', "unrealircdwebpanel");
 
 /**
  * SQL Password
@@ -126,9 +126,9 @@ define('DNSBL', [
 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 */
+    "encryption" => 'tls', /* Use 'tls' for STARTTLS or 'ssl' for TLS/SSL */
+    "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
+]);