chore(persistent_session): remove quotes around boolean in config
This commit is contained in:
parent
df2dda2e10
commit
9a97a7a1c7
|
@ -161,7 +161,7 @@ roots(low) ->
|
|||
fields("persistent_session_store") ->
|
||||
[ {"enabled",
|
||||
sc(boolean(),
|
||||
#{ default => "false"
|
||||
#{ default => false
|
||||
, description => """
|
||||
Use the database to store information about persistent sessions.
|
||||
This makes it possible to migrate a client connection to another
|
||||
|
|
Loading…
Reference in New Issue