4 lines
204 B
JavaScript
4 lines
204 B
JavaScript
// Runtime config injection — generated at container startup
|
|
// Uncomment and set the value for production deployment:
|
|
// window.__ENV = { NEXT_PUBLIC_API_BASE_URL: "http://your-backend:8091/api/v1" };
|