- Notifications
You must be signed in to change notification settings - Fork920
Description
Currently configuring email authentication is only available under flags prefixed withnotifications-
. This suggests to users that there will be different email configurations for different parts of the product, but this is not the case. Instead these flags should begin withemail-
. The same applies to environment variables beginning withCODER_NOTIFICATIONS_EMAIL
.
To not break backwards compatibility the existing flags should not be removed, but instead kept as aliases for the new flags.