Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom JEANNESSON committed Nov 21, 2023
1 parent 520b1e5 commit 3d6a2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/config/settings/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"PORT": os.environ.get("POSTGRES_PORT"),
},
}
elif os.environ.get("DB_ENGINE") == "MYSQL":
elif os.environ.get("DB_ENGINE") == "SQLITE":
DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3",
Expand Down

0 comments on commit 3d6a2c0

Please sign in to comment.