Skip to content

Commit

Permalink
Electrometer: Fix s3_instance and hostname values
Browse files Browse the repository at this point in the history
  • Loading branch information
couger01 committed Jan 13, 2025
1 parent 0a739e8 commit 7b381cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Electrometer/v7/_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ instances:
mode: 1
range: 2.0e-08
tcpip:
hostname: 'cbp-calElectrometer.cp.lsst.org'
hostname: 'localhost'
port: 5024
timeout: 2
s3_instance: "cp"
s3_instance: "ls"
fits_file_path: '/home/saluser/develop/electrometerFitsFiles'
image_name_service: "http://ccs.lsst.org"
filters:
Expand All @@ -32,10 +32,10 @@ instances:
mode: 1
range: 2.0e-08
tcpip:
hostname: 'cbp-Electrometer.cp.lsst.org'
hostname: 'localhost'
port: 5024
timeout: 2
s3_instance: "cp"
s3_instance: "ls"
fits_file_path: '/home/saluser/develop/electrometerFitsFiles'
image_name_service: "http://ccs.lsst.org"
filters:
Expand All @@ -58,10 +58,10 @@ instances:
mode: 1
range: 2.0e-08
tcpip:
hostname: 'auxtel-electrometer.cp.lsst.org'
hostname: 'localhost'
port: 4001
timeout: 2
s3_instance: "cp"
s3_instance: "ls"
fits_file_path: '/home/saluser/develop/electrometerFitsFiles'
image_name_service: "http://ccs.lsst.org"
filters:
Expand Down

0 comments on commit 7b381cf

Please sign in to comment.