Skip to content

Commit c139a02

Browse files
authored
Merge pull request #1531 from RS-PYTHON/fix-staging-prip
Add missing env variable to allow staging PRIP products
2 parents c23d747 + f7228bd commit c139a02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/staging/rs_server_staging/processors/processor_staging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ def __init__(
144144
self.server_url = [
145145
os.getenv("RSPY_HOST_CADIP", "http://127.0.0.1:8002"),
146146
os.getenv("RSPY_HOST_ADGS", "http://127.0.0.1:8001"),
147+
os.getenv("RSPY_HOST_PRIP", "http://127.0.0.1:8005"),
147148
]
148149

149150
self.catalog_url: str = os.environ.get(

0 commit comments

Comments
 (0)