Revert domain examples to generic template format
This commit is contained in:
parent
affc99135b
commit
708abea9a3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user