Update SECURITY.md domain examples to use actual domain

This commit is contained in:
Ryan Malloy 2025-09-17 20:35:13 -06:00
parent 72e688e58c
commit affc99135b

View File

@ -23,7 +23,7 @@ This application requires environment variables for configuration. **Never commi
- `PROCRASTINATE_PASSWORD`: Different strong password for task queue database - `PROCRASTINATE_PASSWORD`: Different strong password for task queue database
#### Domain Configuration #### Domain Configuration
- `DOMAIN`: Your production domain (e.g., `mcpmc.yourdomain.com`) - `DOMAIN`: Your production domain (e.g., `mcpmc.l.supported.systems`)
- Update CORS origins in `src/mcpmc/main.py` to match your domain - Update CORS origins in `src/mcpmc/main.py` to match your domain
#### Container Security #### Container Security
@ -42,7 +42,7 @@ The application automatically configures CORS origins based on your `DOMAIN` env
Set your `DOMAIN` environment variable to configure CORS automatically: Set your `DOMAIN` environment variable to configure CORS automatically:
```bash ```bash
DOMAIN=mcpmc.yourdomain.com DOMAIN=mcpmc.l.supported.systems
``` ```
#### SSL/TLS #### SSL/TLS