add example domains to config sample to make it clearer
parent
8a9e853469
commit
a4c2a9aa72
|
@ -1,6 +1,6 @@
|
||||||
const config = {
|
const config = {
|
||||||
email: { // Email configuration
|
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 || {
|
purgeTime: process.env.EMAIL_PURGE_TIME || {
|
||||||
time: 48, // Time value for when to purge
|
time: 48, // Time value for when to purge
|
||||||
unit: 'hours', // minutes, hours, days
|
unit: 'hours', // minutes, hours, days
|
||||||
|
|
Loading…
Reference in New Issue