Skip to content

Commit 8ecad59

Browse files
authored
Update build_run_server.sh
1 parent d44b30d commit 8ecad59

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build_run_server.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export EMAIL_HOST_USER=
55
export DEFAULT_FROM_EMAIL=
66
export EMAIL_HOST_PASSWORD=
77

8-
export DEBUG=0
8+
export DJANGO_DEBUG=0
99
export DJANGO_HOST_PORT=8000
1010

1111
export DJANGO_DB_NAME=todoqueue
@@ -14,6 +14,9 @@ export DJANGO_DB_PASSWORD=password
1414
export DJANGO_DB_HOST=localhost
1515
export DJANGO_DB_PORT=3306
1616

17+
export DJANGO_CACHE_BACKEND="redis"
18+
export DJANGO_CACHE_LOCATION="redis://127.0.0.1:6379/1"
19+
1720
export DJANGO_SUPERUSER_EMAIL=
1821
export DJANGO_SUPERUSER_USERNAME=
1922
export DJANGO_SUPERUSER_PASSWORD=

0 commit comments

Comments
 (0)