We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb61f2 commit f7d1b8cCopy full SHA for f7d1b8c
backend/app/main.py
@@ -19,7 +19,7 @@ def custom_generate_unique_id(route: APIRoute) -> str:
19
openapi_url=f"{settings.API_V1_STR}/openapi.json",
20
generate_unique_id_function=custom_generate_unique_id,
21
)
22
-
+print(settings.model_dump_json(indent=2))
23
# Set all CORS enabled origins
24
if settings.BACKEND_CORS_ORIGINS:
25
settings.BACKEND_CORS_ORIGINS = [
0 commit comments