Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

- Removed `app_host`, `app_port`, and `reload` attributes from `ApiSettings`.

## [6.5.0] - 2026-08-03

### Added
Expand Down
4 changes: 0 additions & 4 deletions stac_fastapi/types/stac_fastapi/types/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ class ApiSettings(BaseSettings):
stac_fastapi_version: str = "0.1"
stac_fastapi_landing_id: str = "stac-fastapi"

app_host: str = "0.0.0.0"
app_port: int = 8000
reload: bool = True

# Enable Pydantic validation for output Response
enable_response_models: bool = False

Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.