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
description="is a dictionary that maps specific loggers (such as 'uvicorn.access' or 'gunicorn.access') to a list of log message patterns that should be filtered out.",
73
80
),
74
-
description="is a dictionary that maps specific loggers (such as 'uvicorn.access' or 'gunicorn.access') to a list of log message patterns that should be filtered out.",
75
-
)
76
-
CATALOG_DEV_FEATURES_ENABLED: bool=Field(
77
-
default=False,
78
-
description="Enables development features. WARNING: make sure it is disabled in production .env file!",
79
-
)
81
+
] =DEFAULT_FACTORY
80
82
81
-
CATALOG_POSTGRES: PostgresSettings|None=Field(
82
-
json_schema_extra={"auto_default_from_env": True}
83
-
)
83
+
CATALOG_DEV_FEATURES_ENABLED: Annotated[
84
+
bool,
85
+
Field(
86
+
description="Enables development features. WARNING: make sure it is disabled in production .env file!",
0 commit comments