summaryrefslogtreecommitdiff
path: root/lora_pkt_fwd/local_conf.json
blob: cf6ff56d7bb69fac2aecf93edc59928563f245d4 (plain)
1
2
3
4
5
6
7
{
/* Put there parameters that are different for each gateway (eg. pointing one gateway to a test server while the others stay in production) */
/* Settings defined in global_conf will be overwritten by those in local_conf */
    "gateway_conf": {
        "gateway_ID": "AA555A0000000101" /* you must pick a unique 64b number for each gateway (represented by an hex string) */
    }
}