]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - config.php.sample
Fix crash from previous commit
[irc/unrealircd/unrealircd-webpanel.git] / config.php.sample
index 94a47e9e4704c1b946f62ffdfe5ce45937412197..a019293e71ed7c535bce250392594b92bebe90a5 100644 (file)
@@ -80,6 +80,16 @@ define('SQL_PASSWORD', "replace_this_with_your_sql_password");
 define('SQL_PREFIX', "unreal_");
 
 
+/** 
+ * The default user for the plugin "SQL_Auth". As soon as you load
+ * the plugin, the user defined below will be created. It suggested
+ * that you remove it after you've logged in successfully.
+ */
+define('SQL_DEFAULT_USER', [
+    "username" => "default",
+    "password" => "testing"
+]);
+
 /**
  * Your list of plugins:
  */