feat: improve docs and add ability to change url base of frontend

This commit is contained in:
maxDorninger
2025-05-31 14:00:04 +02:00
parent 40c90d90ed
commit a3754d6d0a
6 changed files with 29 additions and 14 deletions

View File

@@ -1,7 +1,12 @@
# Backend
These variables configure the core backend application, database connections, authentication, and integrations. They are
typically set as environment variables for the backend Docker container.
These variables configure the core backend application, database connections, authentication, and integrations.
## General Settings
| Variable | Description | Default |
|-----------------|-----------------------------|-----------|
| `API_BASE_PATH` | The url base of the backend | `/api/v1` |
## Database Settings