Update email plugin configuration and query fetch size
This commit is contained in:
parent
c6e27df325
commit
ade23a7906
@ -138,8 +138,8 @@ cassandra:
|
|||||||
default_fetch_size: "${CASSANDRA_DEFAULT_FETCH_SIZE:2000}"
|
default_fetch_size: "${CASSANDRA_DEFAULT_FETCH_SIZE:2000}"
|
||||||
# Specify partitioning size for timestamp key-value storage. Example MINUTES, HOURS, DAYS, MONTHS
|
# Specify partitioning size for timestamp key-value storage. Example MINUTES, HOURS, DAYS, MONTHS
|
||||||
ts_key_value_partitioning: "${TS_KV_PARTITIONING:MONTHS}"
|
ts_key_value_partitioning: "${TS_KV_PARTITIONING:MONTHS}"
|
||||||
# Specify max partitions per request
|
# Specify max data points per request
|
||||||
max_limit_per_request: "${TS_KV_MAX_LIMIT_PER_REQUEST:1000}"
|
max_limit_per_request: "${TS_KV_MAX_LIMIT_PER_REQUEST:86400}"
|
||||||
|
|
||||||
# Actor system parameters
|
# Actor system parameters
|
||||||
actors:
|
actors:
|
||||||
|
|||||||
@ -287,10 +287,10 @@ VALUES (
|
|||||||
'org.thingsboard.server.extensions.core.plugin.mail.MailPlugin',
|
'org.thingsboard.server.extensions.core.plugin.mail.MailPlugin',
|
||||||
true,
|
true,
|
||||||
'{
|
'{
|
||||||
"host": "smtp.gmail.com",
|
"host": "smtp.sendgrid.net",
|
||||||
"port": 587,
|
"port": 2525,
|
||||||
"username": "username@gmail.com",
|
"username": "apikey",
|
||||||
"password": "password",
|
"password": "your_api_key",
|
||||||
"otherProperties": [
|
"otherProperties": [
|
||||||
{
|
{
|
||||||
"key":"mail.smtp.auth",
|
"key":"mail.smtp.auth",
|
||||||
@ -303,14 +303,6 @@ VALUES (
|
|||||||
{
|
{
|
||||||
"key":"mail.smtp.starttls.enable",
|
"key":"mail.smtp.starttls.enable",
|
||||||
"value":"true"
|
"value":"true"
|
||||||
},
|
|
||||||
{
|
|
||||||
"key":"mail.smtp.host",
|
|
||||||
"value":"smtp.gmail.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key":"mail.smtp.port",
|
|
||||||
"value":"587"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}'
|
}'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user