mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2025-12-23 22:18:19 -05:00
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:
committed by
GitHub
parent
85738a13e6
commit
a85cf9f8af
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user