From 7b6d577f695d09293a5a4ce72ace234fc2b28f2b Mon Sep 17 00:00:00 2001 From: rafal Date: Thu, 29 Jan 2026 20:39:12 +0000 Subject: [PATCH] Add config.json --- config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..b110ff0 --- /dev/null +++ b/config.json @@ -0,0 +1,5 @@ +{ + "api_prefix": "YOUR_PUBLIC_PREFIX_HERE", + "api_secret": "YOUR_SECRET_KEY_HERE", + "check_ip_url": "https://api.ipify.org" +} \ No newline at end of file