update sidebar links, improve backend configuration formatting, and enhance user guide clarity

This commit is contained in:
maxDorninger
2025-05-31 20:48:24 +02:00
parent f410a6259f
commit 8d961dce48
5 changed files with 23 additions and 25 deletions

View File

@@ -4,9 +4,10 @@ These variables configure the core backend application, database connections, au
## General Settings
| Variable | Description | Default |
|-----------------|-----------------------------|-----------|
| `API_BASE_PATH` | The url base of the backend | `/api/v1` |
| Variable | Description | Default |
|-----------------|----------------------------------------------------------------------------------|-----------|
| `API_BASE_PATH` | The url base of the backend | `/api/v1` |
| `CORS_URLS` | Enter the origins you are going to access the api from (e.g. https://mm.example) | - |
## Database Settings