Files
mission-control/backend/.env.example
T

8 lines
311 B
Bash

# Example config for local/dev.
#
# If you plan to access the app from another device (via machine IP),
# set CORS_ORIGINS to include that frontend origin too.
DATABASE_URL=postgresql+psycopg2://postgres:[email protected]:5432/openclaw_agency
CORS_ORIGINS=http://localhost:3000,http://<YOUR_MACHINE_IP>:3000