Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
hernansaa committed Sep 9, 2024
1 parent 967c7e4 commit 74a5253
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@

CSRF_TRUSTED_ORIGINS = os.getenv('CSRF_TRUSTED_ORIGINS').split(' ')


DATABASES = {
"default": {
"ENGINE": os.environ.get("SQL_ENGINE", "django.db.backends.sqlite3"),
Expand Down

0 comments on commit 74a5253

Please sign in to comment.