From 085ed195254ae5845842d60f34081d957438ce18 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Wed, 20 Oct 2021 03:40:41 +0300 Subject: [PATCH] shinobi. Config example added. --- shinobi/config/super.sample.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 shinobi/config/super.sample.json diff --git a/shinobi/config/super.sample.json b/shinobi/config/super.sample.json new file mode 100644 index 0000000..43d42d3 --- /dev/null +++ b/shinobi/config/super.sample.json @@ -0,0 +1,6 @@ +[ + { + "mail":"admin@shinobi.video", + "pass":"21232f297a57a5a743894a0e4a801fc3" + } +] \ No newline at end of file