From 8f0ba1b33de829f35d9f5fd0d39acf87779dcad0 Mon Sep 17 00:00:00 2001 From: Samuel Sloniker Date: Sat, 6 May 2023 09:16:22 -0700 Subject: [PATCH] Correct paths in example config --- example_config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example_config.json b/example_config.json index 409e1cd..46f4b9f 100644 --- a/example_config.json +++ b/example_config.json @@ -2,8 +2,8 @@ "textbelt_key": "API_KEY", "data": "http://localhost/tar1090/data/aircraft.json", "tracker": "https://globe.theairtraffic.com/", - "database": "subscriptions.db", - "pid_file": "pid.txt", + "database": "/var/lib/adsms/subscriptions.db", + "pid_file": "/var/lib/adsms/pid.txt", "max_age": 30, "min_disappearance": 120, "delay": 1