From e9408ba662679226b3aaed71efc911fca00fbd50 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 31 Jan 2024 20:29:49 +0000 Subject: [PATCH] Update stack.production.yml --- stack.production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.production.yml b/stack.production.yml index 2a1467e..80da701 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -2,7 +2,7 @@ version: "3.8" x-environment: &default-environment REDIS_HOST: glitch_redis - DEBUG=True + DEBUG: "True" DATABASE_URL: postgres://postgres:postgres@glitch_postgres:5432/postgres SECRET_KEY: 4f99181d528f201c16806b34b980791f9a99570d645910dacfe31198b503ea2f # best to run openssl rand -hex 32 PORT: 8000