From 593ca6469261c8c2f9e97381da7f925de841897b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 24 Jan 2022 23:32:34 +0100 Subject: [PATCH] Update config.php --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index c25910c..c09480a 100644 --- a/conf/config.php +++ b/conf/config.php @@ -118,7 +118,7 @@ // and potentially might lead to data loss or server exploit. Disabled // by default. - putenv('TTRSS_REG_NOTIFY_ADDRESS=user@your.domain.dom'); + putenv('TTRSS_REG_NOTIFY_ADDRESS=user@__DOMAIN__'); // Email address to send new user notifications to. putenv('TTRSS_REG_MAX_USERS=10');