Changeset 20089 for trunk/FACT++


Ignore:
Timestamp:
04/21/21 00:21:23 (4 years ago)
Author:
tbretz
Message:
Updated port number.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/gtcdust.cc

    r20088 r20089  
    403403    control.add_options()
    404404        ("no-dim,d",  po_switch(),    "Disable dim services")
    405         ("addr,a",  var<string>("atmosportal.gtc.iac.es:80"),  "Network address of the hardware")
     405        ("addr,a",  var<string>("atmosportal.gtc.iac.es:443"),  "Network address of the hardware")
    406406        ("url,u",  var<string>("/queries/pm25"),  "File name and path to load")
    407407        ("quiet,q", po_bool(true),  "Disable printing contents of all received messages (except dynamic data) in clear text.")
Note: See TracChangeset for help on using the changeset viewer.