Clarify frontend_url trailing slash requirement

Update documentation to specify that the frontend URL must not include a trailing slash.
This commit is contained in:
Maximilian Dorninger
2025-11-29 16:26:24 +01:00
committed by GitHub
parent 85738a13e6
commit a85cf9f8af

View File

@@ -7,7 +7,7 @@ centralized in this TOML file instead of environment variables.
- `frontend_url`
The URL the frontend will be accessed from. This is a required field and must include the trailing slash. The default
The URL the frontend will be accessed from. This is a required field and must not include a trailing slash. The default
path is `http://localhost:8000`.
E.g. if you are accessing MediaManager at `http://example.com/media` where `/media` is the base path, set this to: `http://example.com/media`.