From 0ab0975ad54a4e720c2a01a7e38024ddf2c4f04a Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 17 May 2023 20:10:12 +0200 Subject: [PATCH] schema: explain LiveMode --- schema.dhall | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/schema.dhall b/schema.dhall index 01d268d..3053f29 100644 --- a/schema.dhall +++ b/schema.dhall @@ -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"