We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7268d45 commit c068969Copy full SHA for c068969
stac_api/runtime/src/config.py
@@ -95,7 +95,9 @@ class _ApiSettings(Settings):
95
)
96
swagger_ui_endpoint: str = "/docs"
97
openapi_spec_endpoint: str = "/openapi.json"
98
- custom_host: Optional[str] = Field(None, description="Custom host URL")
+ custom_host: Optional[str] = Field(
99
+ "http://localhost:8081", description="Custom host URL"
100
+ )
101
git_sha: Optional[str] = None
102
103
@field_validator("cors_origins")
0 commit comments