chore(persistent_session): remove quotes around boolean in config

This commit is contained in:
Tobias Lindahl 2021-11-23 16:24:40 +01:00
parent df2dda2e10
commit 9a97a7a1c7
1 changed files with 1 additions and 1 deletions

View File

@ -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