Use example.com instead of directus.io (#17600)

This commit is contained in:
Rijk van Zanten
2023-02-22 15:19:55 -05:00
committed by GitHub
parent 6cb92ea06a
commit ee59646b8c

View File

@@ -244,7 +244,7 @@ const defaults: Record<string, any> = {
EXTENSIONS_PATH: './extensions',
EXTENSIONS_AUTO_RELOAD: false,
EMAIL_FROM: 'no-reply@directus.io',
EMAIL_FROM: 'no-reply@example.com',
EMAIL_VERIFY_SETUP: true,
EMAIL_TRANSPORT: 'sendmail',
EMAIL_SENDMAIL_NEW_LINE: 'unix',