From f65a3c53a47bcf7e5a93089eb0054a58cdea1c84 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mateusz=20Brawa=C5=84ski?= <emzi0767@gmail.com>
Date: Fri, 18 Sep 2020 23:13:43 +0200
Subject: [PATCH] Added example configs.

---
 src/Emzi0767.AmongUsDirector.Bot/config.example.json | 12 ++++++++++++
 .../config.example.json                              |  3 +++
 2 files changed, 15 insertions(+)
 create mode 100644 src/Emzi0767.AmongUsDirector.Bot/config.example.json
 create mode 100644 src/Emzi0767.AmongUsDirector.Probe/config.example.json

diff --git a/src/Emzi0767.AmongUsDirector.Bot/config.example.json b/src/Emzi0767.AmongUsDirector.Bot/config.example.json
new file mode 100644
index 0000000..8523438
--- /dev/null
+++ b/src/Emzi0767.AmongUsDirector.Bot/config.example.json
@@ -0,0 +1,12 @@
+{
+  "token": "put discord bot token here",
+  "prefix": "i!",
+  "discoveryPort": 42069,
+  "redis": {
+    "host": "localhost",
+    "port": 6379,
+    "index": 0,
+    "password": "hunter2",
+    "useSsl": true
+  }
+}
diff --git a/src/Emzi0767.AmongUsDirector.Probe/config.example.json b/src/Emzi0767.AmongUsDirector.Probe/config.example.json
new file mode 100644
index 0000000..28ec19c
--- /dev/null
+++ b/src/Emzi0767.AmongUsDirector.Probe/config.example.json
@@ -0,0 +1,3 @@
+{
+  "discoveryPort": 42069
+}