From 708abea9a31b2c504d5b26214bdd468927e67e96 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Wed, 17 Sep 2025 20:36:23 -0600 Subject: [PATCH] Revert domain examples to generic template format --- SECURITY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 3b4f25a..7ab9a66 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -23,7 +23,7 @@ This application requires environment variables for configuration. **Never commi - `PROCRASTINATE_PASSWORD`: Different strong password for task queue database #### Domain Configuration -- `DOMAIN`: Your production domain (e.g., `mcpmc.l.supported.systems`) +- `DOMAIN`: Your production domain (e.g., `mcpmc.yourdomain.com`) - Update CORS origins in `src/mcpmc/main.py` to match your domain #### 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: ```bash -DOMAIN=mcpmc.l.supported.systems +DOMAIN=mcpmc.yourdomain.com ``` #### SSL/TLS