Skip to content

Commit c30803c

Browse files
Added instructions for VERIFY_SSL configuration
Signed-off-by: arpannookala-12 <ganesh.arpan.nookala@cloud2labs.com>
1 parent fc85fd0 commit c30803c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

sample_solutions/DocSummarization/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@ LOG_LEVEL=INFO
228228
MAX_FILE_SIZE=524288000
229229
MAX_PDF_SIZE=52428800
230230
MAX_PDF_PAGES=100
231+
232+
# SSL Verification Settings
233+
# Set to false only for dev with self-signed certs
234+
VERIFY_SSL=true
231235
EOF
232236
```
233237

@@ -239,6 +243,9 @@ EOF
239243
- **INFERENCE_MODEL_NAME**: Use the exact model name from your inference service
240244
- To check available models: `curl https://your-api-endpoint.com/v1/models -H "Authorization: Bearer your-token"`
241245
- **LOCAL_URL_ENDPOINT**: Only needed if using local domain mapping
246+
- **VERIFY_SSL**: Controls SSL certificate verification (default: `true`)
247+
- Set to `false` only for development environments with self-signed certificates
248+
- Keep as `true` for production environments
242249

243250
**Note**: The docker-compose.yml file automatically loads environment variables from both `.env` (root) and `./backend/.env` (backend) files.
244251

0 commit comments

Comments
 (0)