aboutsummaryrefslogtreecommitdiff
path: root/fbfp.scfg.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--fbfp.scfg.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/fbfp.scfg.example b/fbfp.scfg.example
index 2868c8e..0e72f37 100644
--- a/fbfp.scfg.example
+++ b/fbfp.scfg.example
@@ -2,6 +2,10 @@
# and some user-accessible URLs.
url http://localhost
+# Should we run in production mode? This causes the Secure flag to be set on
+# cookies and may come with other production-related changes in the future.
+prod true
+
# Where is the tmpl directory? Usually this should be a directory inside
# the fbfp source directory, though it might exist in /usr/local/share or
# /usr/share if this ever gets packaged or something.