From 4ec074741046ea1a07103dbf3b863155893d7ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Mili=C4=87?= Date: Wed, 25 Jan 2023 11:55:26 +0100 Subject: [PATCH] docfix/Add docs rearding mail.exception.sender.address props --- obp-api/src/main/resources/props/sample.props.template | 4 ++++ 1 file changed, 4 insertions(+) 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