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