From 59a9863838118069002e9642d8957045edc4a8d9 Mon Sep 17 00:00:00 2001 From: Rajnish Mishra Date: Sat, 15 May 2021 16:30:45 +0530 Subject: [PATCH] Added config.json.example --- config.json.example | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.json.example diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..1af44b6 --- /dev/null +++ b/config.json.example @@ -0,0 +1,7 @@ +{ + "salt": "PUT SOME TEXT FOR SALT", + "tenor_key": "GET API KEY FROM https://tenor.com AND PASTE HERE", + "ssl_cert": "", + "ssl_key": "", + "logger_pattern": "%t [%a] %s %{User-Agent}i %r" +}