Add generator related global variables to credentials.php
This commit is contained in:
@@ -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';
|
||||
|
Reference in New Issue
Block a user