aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-06 08:18:17 -0400
committertdro <tdro@noreply.example.com>2022-05-06 08:18:17 -0400
commit8f2e61d3095b9951c19619a145f94a30b743fb75 (patch)
tree1d543062afb5df06372211ec4c40a9d79e2c3c54 /config.toml
parent7f9817200b0e46dc3aca63a7a31de82b6d105e2f (diff)
downloadcanory-8f2e61d3095b9951c19619a145f94a30b743fb75.tar.gz
canory-8f2e61d3095b9951c19619a145f94a30b743fb75.tar.bz2
canory-8f2e61d3095b9951c19619a145f94a30b743fb75.zip
config.yaml: Default to production false
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index eaffbb7..4f494ea 100644
--- a/config.toml
+++ b/config.toml
@@ -80,7 +80,7 @@ enableRobotsTXT = true
noHl = false
[params]
- production = true
+ production = false
[params.webmanifest]
name = "Micro Blog"