Skip to content

Commit

Permalink
Add variable for LSSTCamCam
Browse files Browse the repository at this point in the history
This added variable lsstcomcam_knative_serving_url
isn't really used yet, but is expected later.
  • Loading branch information
hsinfang committed Feb 29, 2024
1 parent 12fe8d8 commit ef3b566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ async def main() -> None:
offset = os.environ["OFFSET"]
kafka_schema_registry_url = os.environ["KAFKA_SCHEMA_REGISTRY_URL"]
latiss_knative_serving_url = os.environ["LATISS_KNATIVE_SERVING_URL"]
lsstcomcam_knative_serving_url = os.environ["LSSTCOMCAM_KNATIVE_SERVING_URL"]
lsstcomcamsim_knative_serving_url = os.environ["LSSTCOMCAMSIM_KNATIVE_SERVING_URL"]
lsstcam_knative_serving_url = os.environ["LSST_CAM_KNATIVE_SERVING_URL"]
hsc_knative_serving_url = os.environ["HSC_KNATIVE_SERVING_URL"]
Expand Down

0 comments on commit ef3b566

Please sign in to comment.