diff --git a/obp-api/src/main/resources/props/sample.props.template b/obp-api/src/main/resources/props/sample.props.template index a67f52860..ab5704f77 100644 --- a/obp-api/src/main/resources/props/sample.props.template +++ b/obp-api/src/main/resources/props/sample.props.template @@ -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