Add .gitignore; remove venv/node_modules/IDE + secrets from git

This commit is contained in:
Abhimanyu Saharan
2026-02-01 22:25:50 +05:30
parent 8b6e8c8d07
commit 1cd33f4209
3 changed files with 19 additions and 2 deletions

2
backend/.env.example Normal file
View File

@@ -0,0 +1,2 @@
DATABASE_URL=postgresql+psycopg2://postgres:CHANGE_ME@127.0.0.1:5432/openclaw_agency
CORS_ORIGINS=http://localhost:3000