Skip to content
Snippets Groups Projects
Verified Commit 69deaaae authored by David Hoese's avatar David Hoese
Browse files

Fix rabbitmq geo2grid config

parent 0b2dd494
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,10 @@ rabbitIn: ...@@ -3,6 +3,10 @@ rabbitIn:
username: "user" username: "user"
passwordSecret: "geosphere-rabbit-rabbitmq" passwordSecret: "geosphere-rabbit-rabbitmq"
topic: "data.goes.g16.abi.radf.l1b.netcdf.all.complete" topic: "data.goes.g16.abi.radf.l1b.netcdf.all.complete"
rabbitOut:
host: "geosphere-rabbit-rabbitmq"
username: "user"
passwordSecret: "geosphere-rabbit-rabbitmq"
source: source:
s3Endpoint: "http://geosphere-minio:9000" s3Endpoint: "http://geosphere-minio:9000"
destination: destination:
......
grbProcessor: apidFilter: "GOES-16-ABI-Only.xml"
env:
- name: APID_FILTER
value: "GOES-16-ABI-Only.xml"
fanoutServer: "fanout1.ssec.wisc.edu" fanoutServer: "fanout1.ssec.wisc.edu"
uploadDst: "s3://g16-abi-l1b-netcdf" uploadDst: "s3://g16-abi-l1b-netcdf"
s3Endpoint: "http://geosphere-minio:9000" s3Endpoint: "http://geosphere-minio:9000"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment