add example domains to config sample to make it clearer

pull/16/head
ClaraCrazy 2024-10-05 02:02:02 +02:00
parent 8a9e853469
commit a4c2a9aa72
No known key found for this signature in database
GPG Key ID: EBBC896ACB497011
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const config = {
email: { // Email configuration
domains: process.env.EMAIL_DOMAINS, // List object of domains
domains: process.env.EMAIL_DOMAINS || ['example.com', 'example.net'], // List object of domains
purgeTime: process.env.EMAIL_PURGE_TIME || {
time: 48, // Time value for when to purge
unit: 'hours', // minutes, hours, days