You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The boilerplate includes Redis for caching, job queues, and rate limiting. If running locally without Docker, either:
171
168
172
169
1.**Install Redis** and keep the default settings
173
-
2.**Disable Redis services** (see [User Guide - Configuration](../user-guide/configuration/index.md) for details)
170
+
1.**Disable Redis services** (see [User Guide - Configuration](../user-guide/configuration/index.md) for details)
174
171
175
172
## That's It!
176
173
@@ -179,4 +176,4 @@ With these basic settings configured, you can start the application:
179
176
-**Docker Compose**: `docker compose up`
180
177
-**Manual**: `uv run uvicorn src.app.main:app --reload`
181
178
182
-
For detailed configuration options, advanced settings, and production deployment, see the [User Guide - Configuration](../user-guide/configuration/index.md).
179
+
For detailed configuration options, advanced settings, and production deployment, see the [User Guide - Configuration](../user-guide/configuration/index.md).
Never use wildcard (`*`) for `CORS_ORIGINS` in production environments. Always specify exact allowed domains to prevent unauthorized cross-origin requests.
207
+
Never use wildcard (`*`) for `CORS_ORIGINS` in production environments. Always specify exact allowed domains to prevent unauthorized cross-origin requests.
0 commit comments