mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-21 00:05:36 +02:00
feat: improve docs and add ability to change url base of frontend
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user