chore: removed django settings module (#2953)

This commit is contained in:
Bavisetti Narayan 2023-12-01 12:21:17 +05:30 committed by sriram veeraghanta
parent 46c7f98c9d
commit abd6e32fca
4 changed files with 0 additions and 6 deletions

View file

@ -76,7 +76,6 @@ NEXT_PUBLIC_ENABLE_OAUTH=0
# Backend
# Debug value for api server use it as 0 for production use
DEBUG=0
DJANGO_SETTINGS_MODULE="plane.settings.selfhosted" # deprecated
# Error logs
SENTRY_DSN=""