Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
vkozio committed Aug 22, 2023
1 parent b5dce2d commit fc98ae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ It is necessary to have the following environment variables properly set:
- `TILES_CACHE_DIR_PATH` is the path for the tiles cache.
- `PGDATABASE`, `PORT`, `PGHOST`, `PGUSER` and `PGPASSWORD` are PostgreSQL-related variables.

API docs and Swagger UI url: BASE_URL/api-docs

## k8s

Ready Helm configuration for mosaic tiler:
Expand Down
2 changes: 1 addition & 1 deletion src/main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ app.get(
* @openapi
* /health:
* get:
* description: health
* description: health check endpoint for monitoring that the API is running and is accessible
* responses:
* 200:
* description: status
Expand Down

0 comments on commit fc98ae6

Please sign in to comment.