File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
helm-chart/eoapi-notifier Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ class PgSTACSourceConfig(BasePluginConfig):
346346 user : str = "postgres"
347347 password : str = ""
348348
349- channel : str = "pgstac_items "
349+ channel : str = "pgstac_items_change "
350350 tables : list [str ] | None = None
351351
352352 max_reconnect_attempts : int = - 1 # -1 for infinite
@@ -398,7 +398,7 @@ def get_sample_config(cls) -> dict[str, Any]:
398398 "database" : "pgstac" ,
399399 "user" : "postgres" ,
400400 "password" : "your-password" ,
401- "channel" : "pgstac_items " ,
401+ "channel" : "pgstac_items_change " ,
402402 "max_reconnect_attempts" : - 1 ,
403403 "reconnect_delay" : 5.0 ,
404404 "enable_correlation" : True ,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ config:
5858 port : " port"
5959 database : " dbname"
6060 # Optional pgSTAC settings:
61- # channel: "pgstac_items_change" # Default: "pgstac_items"
61+ # channel: "pgstac_items_change"
6262 # tables: ["items", "collections"]
6363 # min_connections: 1
6464 # max_connections: 10
You can’t perform that action at this time.
0 commit comments