From db418a2c721d9c2835f2ced1893e1996cbba5bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 19 Jan 2023 15:57:20 +0100 Subject: [PATCH] Update .env.example --- conf/.env.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/.env.example b/conf/.env.example index afcfd8a..a203646 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -31,7 +31,9 @@ database.default.DBPrefix="cp_" # Email configuration #-------------------------------------------------------------------- # email.fromEmail="your_email_address" -# email.SMTPHost="your_smtp_host" +# email.fromName="Castopod" +# email.SMTPHost="localhost" +# email.SMTPPort="25" # email.SMTPUser="your_smtp_user" # email.SMTPPass="your_smtp_password" @@ -55,4 +57,3 @@ cache.redis.database=__REDIS_DB__ # REST API configuration #-------------------------------------------------------------------- # restapi.enabled=true -