]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - config.php.sample
javascript function to generate a new toast notification
[irc/unrealircd/unrealircd-webpanel.git] / config.php.sample
index 0b18bff96e4a1cc68b16c83d4bc56de1efab481e..14f0fba778c361be3dd96f15047410f7990e774c 100644 (file)
@@ -18,9 +18,9 @@ define( 'BASE_URL', '/unrealircd-webpanel/' );
 
 /**
  *  The RPC User name as defined in your unrealircd.conf
- *  Guide / Documentation: https://www.unrealircd.org/docs/JSON-RPC
+ *  https://www.unrealircd.org/docs/UnrealIRCd_webpanel#Configuring_UnrealIRCd
 */
-define( 'UNREALIRCD_RPC_USER', 'apiuser' );
+define( 'UNREALIRCD_RPC_USER', 'adminpanel' );
 
 /**
  *  The RPC User password as defined in your unrealircd.conf
@@ -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,7 +126,7 @@ define('DNSBL', [
 define('EMAIL_SETTINGS', [
     "host" => 'smtp.host.example.com',
     "port" => 587,
-    "encryption" => 'tls', /* Use 'tls' for STARTTLS or 'ssl' for TLS/SSL
+    "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",