fix: Use reserved example.com as bogus instead of email.com domain. (#2551)

`email.com` is not a reserved domain, incorrect configuration could result in unintentional effects.
`example.com` is reserved by IANA for bogus purposes, see RFC 6761.
This commit is contained in:
Flightkick
2023-09-23 15:56:34 +00:00
committed by GitHub
parent a22d500603
commit bb9afd86c1
14 changed files with 22 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
DEFAULT_GROUP=Home
# The Default Credentials for the Super User
DEFAULT_EMAIL=changeme@email.com
DEFAULT_EMAIL=changeme@example.com
DEFAULT_PASSWORD=MyPassword
# Determines Production Mode, This will set the directory path to use for data storage