When I run gateway-config on my gateway and choose “Edit packet forwarder config”, it references the file located at /opt/ttn-gateway/packet_forwarder/lora_pkt_fwd/global_conf.json. When I view the contents of that file there is a section at the bottom that has a couple of URLs in it. That section is as follows.
"gateway_conf": {
"gateway_ID": "B827EBFFFEB39EB3",
"server_address": "router.us.thethings.network",
"serv_port_up": 1700,
"serv_port_down": 1700,
"ref_latitude": 41.56032933,
"ref_longitude": -90.51737891,
"ref_altitude": 182,
"gps": true,
"gps_tty_path": "/dev/ttyAMA0",
"fake_gps": false,
"contact_email": "<redacted>@gmail.com",
"servers": [ {
"server_address": "router.us.thethings.network",
"serv_port_up": 1700,
"serv_port_down": 1700,
"serv_enabled": true
} ]
Is that the referenced URL to which you are referring? The examples seemed to indicate that the URL is from a node configuration. I don’t have that set up yet.