Skip to content

Commit d5e4d1d

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

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

sample_solutions/CodeTranslation/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@ CORS_ALLOW_ORIGINS=["http://localhost:5173", "http://localhost:3000"]
221221
# If using a local domain like api.example.com mapped to localhost, set to the domain without https://
222222
# Otherwise, set to: not-needed
223223
LOCAL_URL_ENDPOINT=not-needed
224+
225+
# SSL Verification Settings
226+
# Set to false only for dev with self-signed certs
227+
VERIFY_SSL=true
224228
EOF
225229
```
226230

@@ -261,6 +265,10 @@ CORS_ALLOW_ORIGINS=["http://localhost:5173", "http://localhost:3000"]
261265
# If using a local domain like api.example.com mapped to localhost, set to the domain without https://
262266
# Otherwise, set to: not-needed
263267
LOCAL_URL_ENDPOINT=not-needed
268+
269+
# SSL Verification Settings
270+
# Set to false only for dev with self-signed certs
271+
VERIFY_SSL=true
264272
```
265273

266274
**Important Configuration Notes:**
@@ -269,6 +277,9 @@ LOCAL_URL_ENDPOINT=not-needed
269277
- For APISIX/Keycloak deployments, the model name must be included in the endpoint URL (e.g., `https://apisix-gateway.example.com/CodeLlama-34b-Instruct-hf`)
270278
- **INFERENCE_API_TOKEN**: Your actual pre-generated authentication token
271279
- **LOCAL_URL_ENDPOINT**: Only needed if using local domain mapping (see [Local Development Configuration](#local-development-configuration))
280+
- **VERIFY_SSL**: Controls SSL certificate verification (default: `true`)
281+
- Set to `false` only for development environments with self-signed certificates
282+
- Keep as `true` for production environments
272283

273284
**Note**: The docker-compose.yaml file automatically loads environment variables from `.env` for the backend service.
274285

0 commit comments

Comments
 (0)