From fc653ef402be500af25aed061a35b78edd174f11 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Mon, 28 Apr 2025 10:59:30 +0200 Subject: [PATCH] add missing config --- config.json | 7 +++++++ log.json | 1 + 2 files changed, 8 insertions(+) create mode 100644 config.json create mode 100644 log.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..1b84274 --- /dev/null +++ b/config.json @@ -0,0 +1,7 @@ +{ + "station_id": 2, + "host": "https://beta.alkator.cz", + "login": "station_register@alkator.cz", + "password": "password_heslo", + "countdown_seconds": 60 +} \ No newline at end of file diff --git a/log.json b/log.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/log.json @@ -0,0 +1 @@ +[] \ No newline at end of file