mirror of
https://github.com/demodude4u/Factorio-FBSR.git
synced 2024-11-24 08:12:21 +02:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"discord": {
|
|
"bot_token": "",
|
|
"command_prefix": "!",
|
|
"reporting_user_id": "",
|
|
"reporting_channel_id": "",
|
|
"hosting_channel_id": ""
|
|
},
|
|
"reddit": {
|
|
"credentials": {
|
|
"username": "",
|
|
"password": "",
|
|
"client_id": "",
|
|
"client_secret": ""
|
|
},
|
|
"subreddit": "",
|
|
"summon_keyword": "!blueprint",
|
|
"refresh_seconds": 20,
|
|
"age_limit_hours": 24,
|
|
"process_messages": true
|
|
},
|
|
"irc": {
|
|
"server": "",
|
|
"channel": "",
|
|
"name": "",
|
|
"password": "",
|
|
"command": "!blueprint"
|
|
},
|
|
"webapi": {
|
|
"bind": "0.0.0.0",
|
|
"port": 80,
|
|
"use-local-storage": true,
|
|
"local-storage": "C:\\Blueprint Bot Images"
|
|
},
|
|
"watchdog": {
|
|
"interval_minutes": 1
|
|
},
|
|
"logging": {
|
|
"file": "log.txt"
|
|
},
|
|
"watchdog_interval_minutes": 1,
|
|
"factorio": "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Factorio"
|
|
} |