initial commit of file from CVS for smeserver-tt-rss on Sat Sep 7 21:09:52 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 21:09:52 +10:00
parent 6d03a0526c
commit 6f0f7fedad
37 changed files with 973 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
putenv('TTRSS_ENABLE_REGISTRATION=false');
// Allow users to register themselves. Please be vary that allowing
// random people to access your tt-rss installation is a security risk
// and potentially might lead to data loss or server exploit. Disabled
// by default.
putenv('TTRSS_REG_NOTIFY_ADDRESS=admin@{$DomainName}');
// Email address to send new user notifications to.
putenv('TTRSS_REG_MAX_USERS=0');
// Maximum amount of users which will be allowed to register on this
// system. 0 - no limit.