typo
This commit is contained in:
parent
ce9967488b
commit
a58eb0f74e
@ -66,8 +66,8 @@ plugins:
|
||||
|
||||
# JWT Token parameters
|
||||
security.jwt:
|
||||
tokenExpirationTime: "${JWT_TOKEN_EXPIRATION_TIME:9000000}" # Number of seconds (15 mins)
|
||||
refreshTokenExpTime: "${JWT_REFRESH_TOKEN_EXPIRATION_TIME:36000000}" # Seconds (1 hour)
|
||||
tokenExpirationTime: "${JWT_TOKEN_EXPIRATION_TIME:900}" # Number of seconds (15 mins)
|
||||
refreshTokenExpTime: "${JWT_REFRESH_TOKEN_EXPIRATION_TIME:3600}" # Seconds (1 hour)
|
||||
tokenIssuer: "${JWT_TOKEN_ISSUER:thingsboard.io}"
|
||||
tokenSigningKey: "${JWT_TOKEN_SIGNING_KEY:thingsboardDefaultSigningKey}"
|
||||
|
||||
@ -133,7 +133,7 @@ quota:
|
||||
intervalMin: 2
|
||||
|
||||
database:
|
||||
type: "${DATABASE_TYPE:cassandra}" # cassandra OR sql
|
||||
type: "${DATABASE_TYPE:sql}" # cassandra OR sql
|
||||
|
||||
# Cassandra driver configuration parameters
|
||||
cassandra:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user