Skip to content

Commit f7d1b8c

Browse files
committed
print settings
1 parent 3fb61f2 commit f7d1b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def custom_generate_unique_id(route: APIRoute) -> str:
1919
openapi_url=f"{settings.API_V1_STR}/openapi.json",
2020
generate_unique_id_function=custom_generate_unique_id,
2121
)
22-
22+
print(settings.model_dump_json(indent=2))
2323
# Set all CORS enabled origins
2424
if settings.BACKEND_CORS_ORIGINS:
2525
settings.BACKEND_CORS_ORIGINS = [

0 commit comments

Comments
 (0)