1
0
mirror of https://github.com/demodude4u/Factorio-FBSR.git synced 2024-11-27 08:20:57 +02:00
Factorio-FBSR/FactorioBlueprintStringRenderer/config.template.json

23 lines
623 B
JSON
Raw Normal View History

{
2017-07-05 23:36:15 +02:00
"discord": {
"bot_token": "",
"command_prefix": "!",
"reporting_user_id": "",
"reporting_channel_id": ""
},
2017-06-21 06:19:18 +02:00
"reddit": {
"credentials": {
"username": "",
"password": "",
"client_id": "",
"client_secret": ""
},
"subreddit": "",
"summon_keyword": "!blueprint",
"refresh_seconds": 20,
2017-06-24 07:45:13 +02:00
"age_limit_hours": 24,
"process_messages": true
2017-06-21 06:19:18 +02:00
},
2017-06-22 07:05:13 +02:00
"watchdog_interval_minutes": 1,
2017-06-21 06:19:18 +02:00
"factorio": "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Factorio"
}