summaryrefslogtreecommitdiff
path: root/lora_pkt_fwd/local_conf.json
diff options
context:
space:
mode:
Diffstat (limited to 'lora_pkt_fwd/local_conf.json')
-rw-r--r--lora_pkt_fwd/local_conf.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/lora_pkt_fwd/local_conf.json b/lora_pkt_fwd/local_conf.json
new file mode 100644
index 0000000..cf6ff56
--- /dev/null
+++ b/lora_pkt_fwd/local_conf.json
@@ -0,0 +1,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) */
+ }
+}