mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-16 10:06:28 +08:00
remove quotes in netmaker.env file
This commit is contained in:
parent
fff2239f02
commit
015a628e7a
1 changed files with 2 additions and 2 deletions
|
@ -68,6 +68,6 @@ OIDC_ISSUER=
|
||||||
# Duration of JWT token validity in seconds
|
# Duration of JWT token validity in seconds
|
||||||
JWT_VALIDITY_DURATION=43200
|
JWT_VALIDITY_DURATION=43200
|
||||||
# Auto disable a user's connecteds clients bassed on JWT token expiration
|
# Auto disable a user's connecteds clients bassed on JWT token expiration
|
||||||
RAC_AUTO_DISABLE="true"
|
RAC_AUTO_DISABLE=true
|
||||||
# if turned on data will be cached on to improve performance significantly (IMPORTANT: If HA set to `false` )
|
# if turned on data will be cached on to improve performance significantly (IMPORTANT: If HA set to `false` )
|
||||||
CACHING_ENABLED="true
|
CACHING_ENABLED=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue