aboutsummaryrefslogtreecommitdiffstats
path: root/global-config
diff options
context:
space:
mode:
Diffstat (limited to 'global-config')
-rw-r--r--global-config3
1 files changed, 3 insertions, 0 deletions
diff --git a/global-config b/global-config
index e5750c6..82b5eab 100644
--- a/global-config
+++ b/global-config
@@ -37,6 +37,9 @@
# ntp settings. A pool can rotate servers.
:global "ntp-pool" "pool.ntp.org";
+# This is the address used to send gps data to.
+:global "gps-track-url" "https://example.com/index.php";
+
# Enable this to fetch scripts from given url.
:global "script-updates-fetch" true;
:global "script-updates-baseurl" "https://git.eworm.de/cgit.cgi/routeros-scripts/plain/";