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
|
- `PROCRASTINATE_PASSWORD`: Different strong password for task queue database
|
||||||
|
|
||||||
#### Domain Configuration
|
#### 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
|
- 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.l.supported.systems
|
DOMAIN=mcpmc.yourdomain.com
|
||||||
```
|
```
|
||||||
|
|
||||||
#### SSL/TLS
|
#### SSL/TLS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user