schema: explain LiveMode

This commit is contained in:
leo 2023-05-17 20:10:12 +02:00
parent b8c063cedc
commit d3e434d7c6
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

View File

@ -67,7 +67,11 @@ let Schema =
, SubjectPrefix = "pcmt - "
, SendPlainText = True
}
, LiveMode = False
, LiveMode =
-- | LiveMode controls whether the application looks for
-- | directories "assets" and "templates" on the filesystem or
-- | in its bundled Embed.FS.
False
, DevelMode = False
, Session =
{ CookieName = "pcmt_session"