mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-23 00:54:09 +00:00
Updated settings example
This commit is contained in:
parent
8da53cabdb
commit
b2eba790c0
|
@ -7,6 +7,17 @@
|
||||||
"database_path": "rcgcdb.db",
|
"database_path": "rcgcdb.db",
|
||||||
"monitoring_webhook": "111111111111111111/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
|
"monitoring_webhook": "111111111111111111/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
|
||||||
"support": "https://discord.gg/v77RTk5",
|
"support": "https://discord.gg/v77RTk5",
|
||||||
|
"irc_overtime": 3600,
|
||||||
|
"irc_servers": {
|
||||||
|
"your custom name for the farm": {
|
||||||
|
"domains": ["wikipedia.org", "otherwikipedia.org"],
|
||||||
|
"irc_host": "randomIRC.domain.com",
|
||||||
|
"irc_port": "6667",
|
||||||
|
"irc_nickname": "BotIRCNickname",
|
||||||
|
"irc_name": "BotIRCName",
|
||||||
|
"irc_channel_mapping": {"rc": "#rcchannel", "discussion": "#discussionchannel"}
|
||||||
|
}
|
||||||
|
},
|
||||||
"logging": {
|
"logging": {
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"disable_existing_loggers": false,
|
"disable_existing_loggers": false,
|
||||||
|
|
Loading…
Reference in a new issue