♻️(backend) rename convert-markdown endpoint
Renamed the `convert-markdown` endpoint to `convert` as a general-purpose conversion endpoint for integration with DocSpec conversion (DOCX import), without altering its existing functionality. In a future contribution, this endpoint will not only support conversion from Markdown -> BlockNote -> Yjs but also directly BlockNote -> Yjs. Signed-off-by: Stephan Meijer <me@stephanmeijer.com>
This commit is contained in:
@@ -29,7 +29,7 @@ These are the environment variables you can set for the `impress-backend` contai
|
||||
| COLLABORATION_WS_NOT_CONNECTED_READY_ONLY | Users not connected to the collaboration server cannot edit | false |
|
||||
| COLLABORATION_WS_URL | collaboration websocket url | |
|
||||
| CONVERSION_API_CONTENT_FIELD | Conversion api content field | content |
|
||||
| CONVERSION_API_ENDPOINT | Conversion API endpoint | convert-markdown |
|
||||
| CONVERSION_API_ENDPOINT | Conversion API endpoint | convert |
|
||||
| CONVERSION_API_SECURE | Require secure conversion api | false |
|
||||
| CONVERSION_API_TIMEOUT | Conversion api timeout | 30 |
|
||||
| CONTENT_SECURITY_POLICY_DIRECTIVES | A dict of directives set in the Content-Security-Policy header | All directives are set to 'none' |
|
||||
|
||||
Reference in New Issue
Block a user