]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
link to docu and rest..
authorLord255 <redacted>
Mon, 9 Jan 2023 12:03:24 +0000 (13:03 +0100)
committerGitHub <redacted>
Mon, 9 Jan 2023 12:03:24 +0000 (13:03 +0100)
config.php.sample

index 54432b1402b465961aa739ad152e3ef462f7118c..96a53143caa9c9949d70d1ce32124cbd6d297c48 100644 (file)
@@ -12,6 +12,7 @@
 
 /**
  *  The RPC User name as defined in your unrealircd.conf
+ *  Guide / Documentation: https://www.unrealircd.org/docs/JSON-RPC
 */
 define( 'UNREALIRCD_RPC_USER', 'apiuser' );
 
@@ -31,12 +32,12 @@ define( 'UNREALIRCD_HOST', '127.0.0.1' );
 define( 'UNREALIRCD_PORT', '8000' );
 
 /** 
- * You should set this to true if your RPC server is not on our local host
+ * You should set this to true, if your RPC server is not on your local host
 */
 define( 'UNREALIRCD_SSL_VERIFY', false );
 
 /**
- * You should only need this if you're developing something.
+ * You should only need this, if you're developing something.
 */
 define( 'UNREALIRCD_DEBUG', false );
 
@@ -52,4 +53,4 @@ define(
         */
         //"example_plugin",
     ]
-);
\ No newline at end of file
+);