From 0c90b72c7f6d05cc728ac7466148498db8a97f54 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sat, 7 Jan 2023 22:03:12 +0000 Subject: [PATCH] [DEPLOY] Change default debug value --- deploy/inventory.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/inventory.example.yml b/deploy/inventory.example.yml index 8d305cf..8b87da6 100644 --- a/deploy/inventory.example.yml +++ b/deploy/inventory.example.yml @@ -1,5 +1,5 @@ all: hosts: example.com: - django_debug: 1 + django_debug: 0 django_secret_key: debug_only_g62WlORMbo8iAcV7vKCKBQ==