6 lines
309 B
Plaintext
6 lines
309 B
Plaintext
#Next.js Webserver, bleibt localhost auf CPL bei production
|
|
#NEXT_PUBLIC_API_BASE_URL=http://localhost:3000
|
|
#CPL Webserver für die Entwicklung , um Daten von CPL zu bekommen, hat funktioniert auf dem CPL selbst
|
|
NEXT_PUBLIC_API_BASE_URL=https://10.10.0.118:443
|
|
#NEXT_PUBLIC_API_BASE_URL=http://localhost:3000
|