Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
sshermat committed Aug 19, 2024
1 parent a606b9b commit 34c9201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions essential_words/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': os.getenv('DATABASE_NAME'),
'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'sqlite3',
'USER': os.getenv('DATABASE_USER'),
'PASSWORD': os.getenv('DATABASE_PASSWORD'),
'HOST': os.getenv('DATABASE_HOST'),
Expand Down

0 comments on commit 34c9201

Please sign in to comment.