Add .env.example templates and document configuration in README

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-19 12:03:53 +02:00
parent a833300530
commit bc4b871cfb
3 changed files with 54 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
DB_HOST=localhost
DB_PORT=5433
DB_NAME=vectors_demo
DB_USER=dl
DB_PASSWORD=your_password
PHOTOS_DIR=/path/to/photos