Skip to content

Commit 3afbef3

Browse files
committed
- fix: fix typo
1 parent 7fb07fb commit 3afbef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
SECRET_KEY=
22
DEBUG=
33
DJANGO_ALLOWED_HOSTS=localhost 127.0.0.1 [::1]
4-
DB_ENGINE=django.db.backends.postgresql
5-
DATABASE=postgres_dev
4+
DB_ENGINE=django.db.backends.sqlite3
5+
DATABASE=db.sqlite3
66
DB_USER=
77
DB_PASSWORD=
88
DB_HOST=

0 commit comments

Comments
 (0)