From d8065bc70a7bcf0946a9d24cf4e70f6a8f207d92 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Fri, 30 Aug 2024 15:47:32 +0800 Subject: [PATCH] Remove duplicate entries in .env.sample --- .env.sample | 2 -- 1 file changed, 2 deletions(-) diff --git a/.env.sample b/.env.sample index 8a90ce7..d690a20 100644 --- a/.env.sample +++ b/.env.sample @@ -4,8 +4,6 @@ SECRET_KEY = '' # Production Switches BACKEND_DEBUG = 'True' -USE_VAULT = 'False' -SERVE_MEDIA = 'False' # Superuser Credentials DJANGO_ADMIN_USERNAME = 'admin'