schema: explain LiveMode
This commit is contained in:
parent
063bbe9f16
commit
0ab0975ad5
@ -67,7 +67,11 @@ let Schema =
|
|||||||
, SubjectPrefix = "pcmt - "
|
, SubjectPrefix = "pcmt - "
|
||||||
, SendPlainText = True
|
, 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
|
, DevelMode = False
|
||||||
, Session =
|
, Session =
|
||||||
{ CookieName = "pcmt_session"
|
{ CookieName = "pcmt_session"
|
||||||
|
Loading…
Reference in New Issue
Block a user