From 766dbbb8b7ec74c5ca0aa71b6011f27503126dd3 Mon Sep 17 00:00:00 2001 From: Raul Luna Date: Wed, 29 May 2024 11:50:15 +0200 Subject: [PATCH] added a config file instead of having to modify the main file --- example_config.json | 7 +++++++ index.html | 10 ++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 example_config.json diff --git a/example_config.json b/example_config.json new file mode 100644 index 000000000..e7318736c --- /dev/null +++ b/example_config.json @@ -0,0 +1,7 @@ +{ + "telemetry_level": "basic", + "url_dl": "URL-OF-YOUR-BACKEND/garbage.jsp", + "url_ul": "URL-OF-YOUR-BACKEND/empty.jsp", + "url_ping": "URL-OF-YOUR-BACKEND/empty.jsp", + "url_getIp": "URL-OF-YOUR-BACKEND/getIP.jsp" +} \ No newline at end of file diff --git a/index.html b/index.html index 262761581..5505298fb 100755 --- a/index.html +++ b/index.html @@ -7,9 +7,15 @@