Skip to content

Commit 51bbda3

Browse files
author
Bennett Patrick Brixen
committed
fixes default port documentation
1 parent be099d9 commit 51bbda3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2222

2323
- Updated stac-fastapi parent libraries to v6.0.0 [#291](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/291)
2424
- Updated documentation to reflect use of ES environment variables
25+
- Updated documentation to reflect `APP_PORT` in [stac-fastapi-core ApiSettings](https://github.com/stac-utils/stac-fastapi/blob/fa42985255fad0bab7dbe3aadbf1f74cb1635f3a/stac_fastapi/types/stac_fastapi/types/config.py#L30)
2526

2627
## [v5.0.0] - 2025-06-11
2728

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ You can customize additional settings in your `.env` file:
214214
| `STAC_FASTAPI_VERSION` | API version. | `2.1` | Optional |
215215
| `STAC_FASTAPI_LANDING_PAGE_ID` | Landing page ID | `stac-fastapi` | Optional |
216216
| `APP_HOST` | Server bind address. | `0.0.0.0` | Optional |
217-
| `APP_PORT` | Server port. | `8080` | Optional |
217+
| `APP_PORT` | Server port. | `8000` | Optional |
218218
| `ENVIRONMENT` | Runtime environment. | `local` | Optional |
219219
| `WEB_CONCURRENCY` | Number of worker processes. | `10` | Optional |
220220
| `RELOAD` | Enable auto-reload for development. | `true` | Optional |

0 commit comments

Comments
 (0)