Initial commit: Real Estate Registry app

This commit is contained in:
Georges Haddad
2026-04-10 15:24:22 +03:00
commit 7305e54f66
32 changed files with 3612 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Required
SECRET_KEY=generate-a-long-random-string-here
ENVIRONMENT=production
# AI provider keys (at least one required for OCR extraction)
GEMINI_API_KEY=
ANTHROPIC_API_KEY=
# Optional overrides
# DB_PATH=/path/to/realestate.db
# UPLOAD_DIR=/path/to/uploads
# MAX_CONCURRENT=3
# DEFAULT_PROVIDER=gemini