Add config option to enable/disable database or tradspool

This commit is contained in:
Retro_Guy 2021-01-21 02:05:05 -07:00
parent 6f126108c1
commit 78bdd61106
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ return [
'nocem_groups' => 'rocksolid.spam',
'expire_days' => '0',
'pathhost' => 'unconfigured',
'article_database' => '1',
'thissitekey' => '<site_key>'
];
?>

View File

@ -57,6 +57,7 @@ return [
'nocem_groups' => 'The list of groups to monitor for nocem messages (space separated)',
# Misc
'article_database' => 'Enable storing articles in database files (1=database, blank=tradspool)',
'expire_days' => 'Posts should be expired after how many days (zero for never)',
'pathhost' => 'The pathhost to use in your XRef header. (maybe a one word name for your site)',
'thissitekey' => 'An approximately 16 character random key (numbers, letters, else) specific for your site'