4 lines
122 B
JavaScript
Raw Normal View History

2025-07-22 16:21:29 +01:00
// Runtime configuration - injected at container startup
window.runtimeConfig = {
apiBaseUrl: 'http://localhost:8080'
};