tayyab / config.js
mabdullahsibghatullah123's picture
Upload 17 files
5ae7c8f verified
raw
history blame contribute delete
380 Bytes
const CONFIG = {
// For Python Backend, we use relative paths since we serve frontend from the same server.
// If running separately, use 'http://localhost:5000'
N8N_BASE_URL: ''
};
function updateConfig(url) {
// Legacy function, no longer needed for Python version but kept for compatibility
console.log("Config update ignored in Python mode");
}