From c529f6f27331a4d2ffeca73bbbc015874201d896 Mon Sep 17 00:00:00 2001 From: maxDorninger <97409287+maxDorninger@users.noreply.github.com> Date: Fri, 18 Jul 2025 13:55:20 +0200 Subject: [PATCH] update backend config page --- Writerside/topics/configuration-backend.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Writerside/topics/configuration-backend.md b/Writerside/topics/configuration-backend.md index 7e2939e..698cb61 100644 --- a/Writerside/topics/configuration-backend.md +++ b/Writerside/topics/configuration-backend.md @@ -27,7 +27,6 @@ Here's a complete example of the general settings section in your `config.toml`: # REQUIRED: Change this to match your actual frontend URL frontend_url = "http://localhost:8000/web/" -# REQUIRED: List all origins that will access the API cors_urls = ["http://localhost:8000"] # Optional: Development mode (set to true for debugging) @@ -35,5 +34,5 @@ development = false ``` - The frontend_url and cors_urls are the most important settings to configure correctly. Make sure they match your actual deployment URLs. + The frontend_url is the most important settings to configure correctly. Make sure it matches your actual deployment URLs. \ No newline at end of file