bc4b871cfb
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
116 B
Bash
7 lines
116 B
Bash
DB_HOST=localhost
|
|
DB_PORT=5433
|
|
DB_NAME=vectors_demo
|
|
DB_USER=dl
|
|
DB_PASSWORD=your_password
|
|
PHOTOS_DIR=/path/to/photos
|