Skip to content

Commit 4869b88

Browse files
Update .env-local
Update to fix issue #16
1 parent 38fedf7 commit 4869b88

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
33
DEBUG=True
4-
DOMAIN_ALIASES=localhost, 127.0.0.1
4+
DOMAIN_ALIASES="localhost, 127.0.0.1"
55
SECURE_SSL_REDIRECT=False

0 commit comments

Comments
 (0)