docfix/Add docs rearding mail.exception.sender.address props

This commit is contained in:
Marko Milić 2023-01-25 11:55:26 +01:00
parent 6f74393acb
commit 4ec0747410

View File

@ -232,6 +232,10 @@ apiPathZero=obp
## Not need in dev mode, but important for production
mail.api.consumer.registered.sender.address=no-reply@example.com
mail.api.consumer.registered.notification.addresses=you@example.com
## Not need in dev mode, but important for production
## We send an email after any exception
# mail.exception.sender.address=no-reply@example.com
# mail.exception.registered.notification.addresses=notify@example.com,notify2@example.com,notify3@example.com
# This property allows sending API registration data to developer's email.
#mail.api.consumer.registered.notification.send=false
We only send consumer keys and secret if this is true