From 83c86b7121dfeaae5fd65d6373e194a973442927 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Fri, 23 Jul 2021 17:11:47 +0200 Subject: [PATCH] initial config file --- gui/config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gui/config.json diff --git a/gui/config.json b/gui/config.json new file mode 100644 index 00000000..30f023e4 --- /dev/null +++ b/gui/config.json @@ -0,0 +1,8 @@ +{ + "tnc_host" : "127.0.0.1", + "tnc_port" : "3000", + "daemon_host" : "127.0.0.1", + "daemon_port" : "3001", + "mycall" : "AA0AA", + "mygrid" : "AA11ea" +} \ No newline at end of file