mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
7 lines
No EOL
196 B
Bash
7 lines
No EOL
196 B
Bash
####### LOCAL DEVELOPMENT #######
|
|
NODE_ENV=development
|
|
HOSTNAME=0.0.0.0
|
|
FRONTEND_PORT=3000
|
|
BACKEND_PORT=4000
|
|
NEXT_PUBLIC_BACKEND_URL=http://localhost:4000
|
|
CORS_ALLOWED_ORIGIN=http://localhost:3000 |