diff --git a/ini/credentials.php b/ini/credentials.php index 78b44cf..3d12d1d 100644 --- a/ini/credentials.php +++ b/ini/credentials.php @@ -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';