Skip to content

Commit

Permalink
update to search instad of backent
Browse files Browse the repository at this point in the history
  • Loading branch information
zstatmanweil committed Aug 29, 2024
1 parent 65d4144 commit 71e60e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ DEBUG=TRUE

TITILER_PGSTAC_API_DEBUG=TRUE

TITILER_PGSTAC_BACKEND_ITEMS_LIMIT=200
TITILER_PGSTAC_SEARCH_ITEMS_LIMIT=200
2 changes: 1 addition & 1 deletion titiler/pgstac/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class PgstacSettings(BaseSettings):
skipcovered: bool = True

model_config = {
"env_prefix": "TITILER_PGSTAC_BACKEND_",
"env_prefix": "TITILER_PGSTAC_SEARCH_",
"env_file": ".env",
"extra": "ignore",
}
Expand Down

0 comments on commit 71e60e6

Please sign in to comment.