MAIL_PER_TENANT_RATE_LIMITS example
This commit is contained in:
parent
3d26e85425
commit
4daa229d83
@ -164,7 +164,7 @@ mail:
|
|||||||
oauth2:
|
oauth2:
|
||||||
# Interval for checking refresh token expiration in seconds(by default, 1 day).
|
# Interval for checking refresh token expiration in seconds(by default, 1 day).
|
||||||
refreshTokenCheckingInterval: "${REFRESH_TOKEN_EXPIRATION_CHECKING_INTERVAL:86400}"
|
refreshTokenCheckingInterval: "${REFRESH_TOKEN_EXPIRATION_CHECKING_INTERVAL:86400}"
|
||||||
# Rate limits for sending mails per tenant
|
# Rate limits for sending mails per tenant. As example for 1000 per minute and 10000 per hour is "1000:60,10000:3600"
|
||||||
per_tenant_rate_limits: "${MAIL_PER_TENANT_RATE_LIMITS:}"
|
per_tenant_rate_limits: "${MAIL_PER_TENANT_RATE_LIMITS:}"
|
||||||
|
|
||||||
# Usage statistics parameters
|
# Usage statistics parameters
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user