Scaffold Next.js + FastAPI + Postgres tasks board (no auth)
This commit is contained in:
2
backend/.env
Normal file
2
backend/.env
Normal file
@@ -0,0 +1,2 @@
|
||||
DATABASE_URL=postgresql+psycopg2://postgres:netbox@127.0.0.1:5432/openclaw_agency
|
||||
CORS_ORIGINS=http://localhost:3000
|
||||
Reference in New Issue
Block a user