aboutsummaryrefslogtreecommitdiff
path: root/config.json
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.json
parent7f9817200b0e46dc3aca63a7a31de82b6d105e2f (diff)
downloadcanory-8f2e61d3095b9951c19619a145f94a30b743fb75.tar.gz
canory-8f2e61d3095b9951c19619a145f94a30b743fb75.tar.bz2
canory-8f2e61d3095b9951c19619a145f94a30b743fb75.zip
config.yaml: Default to production false
Diffstat (limited to 'config.json')
-rw-r--r--config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json b/config.json
index dfe7dce..3cc0cf7 100644
--- a/config.json
+++ b/config.json
@@ -83,7 +83,7 @@
}
},
"params": {
- "production": true,
+ "production": false,
"webmanifest": {
"name": "Micro Blog",
"shortName": "Micro",