Skip to content

Commit dd9c5ac

Browse files
author
Mario Colombo
committed
fix DEBUG env var in local dev env
1 parent 6b1f8c5 commit dd9c5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env-local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DATABASE_URL=postgres://postgres:password@database_default:5432/db
22
DEFAULT_STORAGE_DSN=file:///data/media/?url=%2Fmedia%2F
3-
DJANGO_DEBUG=True
3+
DEBUG=True
44
DOMAIN_ALIASES=localhost, 127.0.0.1
55
SECURE_SSL_REDIRECT=False

0 commit comments

Comments
 (0)