Added config.json.example

This commit is contained in:
Rajnish Mishra 2021-05-15 16:30:45 +05:30
parent 2f36ab7f3d
commit 59a9863838
1 changed files with 7 additions and 0 deletions

7
config.json.example Normal file
View File

@ -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"
}