refactor(settings): drop SQL_ENGINE env variable as only postgres is supported

This commit is contained in:
Herculino Trotta
2025-01-26 11:19:38 -03:00
parent 58a6048857
commit eec2ced481
2 changed files with 2 additions and 3 deletions

View File

@@ -9,7 +9,6 @@ SECRET_KEY=<GENERATE A SAFE SECRET KEY AND PLACE IT HERE>
DJANGO_ALLOWED_HOSTS=localhost 127.0.0.1 [::1]
OUTBOUND_PORT=9005
SQL_ENGINE=django.db.backends.postgresql
SQL_DATABASE=wygiwyh
SQL_USER=wygiwyh
SQL_PASSWORD=<INSERT A SAFE PASSWORD HERE>