fix: nextjs only reads .env files when using NEXT_PUBLIC_ in front of variables + definition of right .env of root

This commit is contained in:
theoleuthardt 2025-02-24 15:50:08 +01:00
parent 51befce05d
commit 0d92719258
5 changed files with 20 additions and 3 deletions

2
.env
View file

@ -3,5 +3,5 @@ NODE_ENV=development
HOSTNAME=0.0.0.0
FRONTEND_PORT=3000
BACKEND_PORT=4000
BACKEND=http://localhost:4000
NEXT_PUBLIC_BACKEND_URL=http://localhost:4000
CORS_ALLOWED_ORIGIN=http://localhost:3000