Add generator related global variables to credentials.php

This commit is contained in:
2025-10-09 22:08:13 -04:00
parent 7ac9582162
commit 7a777a2b64

View File

@@ -11,9 +11,11 @@ $mailerHost = "smtp.example.com";
$mailerUsername = 'robot@example.com';
$mailerPassword = 'THE_SMTP_MAIL_PASSWORD_HERE';
$generator_name = 'The HPR Robot';
$generator_email = 'robot.nospam@nospam.hackerpublicradio.org';
$hubBaseurl = "https://hub.hackerpublicradio.org/";
$baseurl = "https://hackerpublicradio.org/";
$comment_directory = "/path/to/comments";
$naughtyfile = '/path/to/naughty.txt';
$naughty_stings_file = '/path/to/strings.txt';