2018-08-22 09:20:12 +00:00
|
|
|
port: 10230
|
|
|
|
url: ''
|
2018-09-21 13:37:33 +00:00
|
|
|
self_key: ''
|
2018-09-18 15:54:36 +00:00
|
|
|
image_root: '/images'
|
2018-10-01 16:11:32 +00:00
|
|
|
log_image_root: '/log_images'
|
2018-08-22 09:20:12 +00:00
|
|
|
line:
|
|
|
|
secret: ''
|
|
|
|
access: ''
|
|
|
|
twitch:
|
|
|
|
client_id: ''
|
|
|
|
client_secret: ''
|
|
|
|
sub_secret: ''
|
|
|
|
chat_host: ''
|
|
|
|
bot_oauth: ''
|
2018-09-20 12:35:04 +00:00
|
|
|
bot_user: ''
|
2018-08-22 09:20:12 +00:00
|
|
|
google:
|
|
|
|
api_key: ''
|
|
|
|
database:
|
|
|
|
host: 'localhost'
|
|
|
|
port: 5432
|
|
|
|
user: 'postgres'
|
|
|
|
pass: ''
|
|
|
|
dbname: 'mtfosbot'
|
|
|
|
redis:
|
|
|
|
host: 'localhost'
|
2018-10-05 08:36:16 +00:00
|
|
|
port: 6379
|
|
|
|
elasticsearch:
|
|
|
|
host: 'http://localhost:9200'
|
|
|
|
index: 'mtfosbot'
|