mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2025-07-01 14:37:09 +02:00
add example domains to config sample to make it clearer
This commit is contained in:
parent
8a9e853469
commit
a4c2a9aa72
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue