build prospect intelligence platform MVP

This commit is contained in:
Marco0300
2026-09-02 17:38:50 +02:00
commit 44be4efc82
29 changed files with 973 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Local, non-secret runtime configuration. Copy to .env; never commit real credentials.
APP_ENV=development
LOG_LEVEL=INFO
API_PORT=8000
WEB_PORT=8080
CORS_ORIGINS=http://localhost:8080
# Deliberately fixed to false in compose for this MVP.
AUTOMATED_OUTREACH_ENABLED=false