chore(env): STRICT_EMAIL_VALIDATION_STARTS_ON env var example
This commit is contained in:
parent
284ecf864b
commit
50067b2cfa
1 changed files with 7 additions and 0 deletions
|
@ -155,3 +155,10 @@ CLAMAV_ENABLED="disabled"
|
|||
|
||||
# Siret number used for API Entreprise, by default we use SIRET from dinum
|
||||
API_ENTREPRISE_DEFAULT_SIRET="put_your_own_siret"
|
||||
|
||||
# Date from which email validation requires a TLD in email adresses.
|
||||
# This change had been introduced by : cc53946d221d6f64c365ad6c6c4c544802eb94b4
|
||||
# Records (users, …) created before this date won't be affected. See #9978
|
||||
# To set a date, we recommend using *the day after* you have deployed this commit,
|
||||
# so existing records won't be invalid.
|
||||
STRICT_EMAIL_VALIDATION_STARTS_ON="2024-02-19"
|
||||
|
|
Loading…
Reference in a new issue