Skip to content

Commit 5b6ec30

Browse files
authored
fix: .env.docker.example missing quotes (#169)
1 parent a557d39 commit 5b6ec30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.docker.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ VITE_HOST=localhost
2727
VITE_PORT=3006
2828
VITE_HOT_RELOAD=True
2929
VITE_DEV_MODE=True
30-
ALLOWED_CORS_ORIGINS=[localhost:3006,localhost:8000]
30+
ALLOWED_CORS_ORIGINS=["localhost:3006","localhost:8000"]

0 commit comments

Comments
 (0)