Skip to content

Commit 7fb07fb

Browse files
committed
- chore: rewrite env file to support sqlite3
1 parent 97ca8fc commit 7fb07fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SECRET_KEY=
22
DEBUG=
3-
DJANGO_ALLOWED_HOSTS=
3+
DJANGO_ALLOWED_HOSTS=localhost 127.0.0.1 [::1]
44
DB_ENGINE=django.db.backends.postgresql
55
DATABASE=postgres_dev
66
DB_USER=

0 commit comments

Comments
 (0)