]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Remove my email from the sample =]
authorValerie Pond <redacted>
Tue, 7 Feb 2023 00:57:30 +0000 (00:57 +0000)
committerValerie Pond <redacted>
Tue, 7 Feb 2023 00:57:30 +0000 (00:57 +0000)
config.php.sample

index f7d99a58ec93f60bde097d1c04b91bebd7bcddec..53e239ae0b097de95d219f00f72b711ba2e2cd47 100644 (file)
@@ -127,7 +127,7 @@ 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",