Remove duplicate entries in .env.sample

This commit is contained in:
Keannu Bernasol 2024-08-30 15:47:32 +08:00
parent 658753dea4
commit d8065bc70a

View file

@ -4,8 +4,6 @@ SECRET_KEY = ''
# Production Switches
BACKEND_DEBUG = 'True'
USE_VAULT = 'False'
SERVE_MEDIA = 'False'
# Superuser Credentials
DJANGO_ADMIN_USERNAME = 'admin'