Skip to content

Commit

Permalink
update default pubsub topic value in vm_startup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hernandezc1 committed May 21, 2024
1 parent 5a6515c commit 5119f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker/consumer/rubin/vm_startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi

#--- GCP resources used in this script
broker_bucket="${PROJECT_ID}-${survey}-broker_files"
PS_TOPIC_DEFAULT="${survey}-alerts_raw"
PS_TOPIC_DEFAULT="${survey}-alerts"
# use test resources, if requested
if [ "$testid" != "False" ]; then
broker_bucket="${broker_bucket}-${testid}"
Expand Down

0 comments on commit 5119f76

Please sign in to comment.