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