From b82ebba3bce68214b2e0889a3f9da80973858637 Mon Sep 17 00:00:00 2001 From: JicuNull <69324615+JicuNull@users.noreply.github.com> Date: Sun, 26 Sep 2021 18:31:26 +0200 Subject: [PATCH] Add config.json --- config.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..12297a5 --- /dev/null +++ b/config.json @@ -0,0 +1,7 @@ +{ + "credentials": { + "password": "", + "email": "" + }, + "antiCaptchaApikey": "" +}