mirror of
https://github.com/jcreek/MupBot.git
synced 2026-07-13 02:43:45 +00:00
feat(*): Add config file
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"elasticsearch" : {
|
||||||
|
"elasticsearch_address" : "http://elasticsearchurlgoeshere:9200",
|
||||||
|
"elasticsearch_index_pattern" : "[logs-mupbot-]YYYY.MM.DD"
|
||||||
|
},
|
||||||
|
"prefix": "!",
|
||||||
|
"token": "discordtokengoeshere"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user