From 8a976e2bcc1da53dd0de4a4380f8128dfae566c9 Mon Sep 17 00:00:00 2001 From: TimSchweiz Date: Thu, 9 Dec 2021 17:35:51 +0100 Subject: Stresstest Script --- api/scripts/stresstest/config.json.example | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 api/scripts/stresstest/config.json.example (limited to 'api/scripts/stresstest/config.json.example') diff --git a/api/scripts/stresstest/config.json.example b/api/scripts/stresstest/config.json.example new file mode 100644 index 00000000..73f52f05 --- /dev/null +++ b/api/scripts/stresstest/config.json.example @@ -0,0 +1,5 @@ +{ + "url": "", + "text-channel": "", + "invite": "" +} -- cgit 1.5.1