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") ->
|
fields("persistent_session_store") ->
|
||||||
[ {"enabled",
|
[ {"enabled",
|
||||||
sc(boolean(),
|
sc(boolean(),
|
||||||
#{ default => "false"
|
#{ default => false
|
||||||
, description => """
|
, description => """
|
||||||
Use the database to store information about persistent sessions.
|
Use the database to store information about persistent sessions.
|
||||||
This makes it possible to migrate a client connection to another
|
This makes it possible to migrate a client connection to another
|
||||||
|
|
Loading…
Reference in New Issue