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}"
|
||||
# Specify partitioning size for timestamp key-value storage. Example MINUTES, HOURS, DAYS, MONTHS
|
||||
ts_key_value_partitioning: "${TS_KV_PARTITIONING:MONTHS}"
|
||||
# Specify max partitions per request
|
||||
max_limit_per_request: "${TS_KV_MAX_LIMIT_PER_REQUEST:1000}"
|
||||
# Specify max data points per request
|
||||
max_limit_per_request: "${TS_KV_MAX_LIMIT_PER_REQUEST:86400}"
|
||||
|
||||
# Actor system parameters
|
||||
actors:
|
||||
|
||||
@ -287,10 +287,10 @@ VALUES (
|
||||
'org.thingsboard.server.extensions.core.plugin.mail.MailPlugin',
|
||||
true,
|
||||
'{
|
||||
"host": "smtp.gmail.com",
|
||||
"port": 587,
|
||||
"username": "username@gmail.com",
|
||||
"password": "password",
|
||||
"host": "smtp.sendgrid.net",
|
||||
"port": 2525,
|
||||
"username": "apikey",
|
||||
"password": "your_api_key",
|
||||
"otherProperties": [
|
||||
{
|
||||
"key":"mail.smtp.auth",
|
||||
@ -303,14 +303,6 @@ VALUES (
|
||||
{
|
||||
"key":"mail.smtp.starttls.enable",
|
||||
"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