We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c23d747 + f7228bd commit c139a02Copy full SHA for c139a02
services/staging/rs_server_staging/processors/processor_staging.py
@@ -144,6 +144,7 @@ def __init__(
144
self.server_url = [
145
os.getenv("RSPY_HOST_CADIP", "http://127.0.0.1:8002"),
146
os.getenv("RSPY_HOST_ADGS", "http://127.0.0.1:8001"),
147
+ os.getenv("RSPY_HOST_PRIP", "http://127.0.0.1:8005"),
148
]
149
150
self.catalog_url: str = os.environ.get(
0 commit comments