CoolFace
Apppublic

hemant2747/multi-agent-framework

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
.env.local.example7 linesDownload Raw Back to ui
1# The UI reads configuration from the CENTRAL .env at the repo root2# (loaded by next.config.mjs). You normally do NOT need a file here.3#4# Create ui/.env.local ONLY to override the central value for your machine,5# e.g. pointing the dashboard at a non-localhost backend:6# NEXT_PUBLIC_API_BASE=http://localhost:80007