mtfosbot/config.default.yml
jay 8a4b11f92a update
1. add makefile
2. modify dockerfile
3. add config twitch.bot_user
2018-09-20 20:35:04 +08:00

24 lines
337 B
YAML

port: 10230
url: ''
image_root: '/images'
line:
secret: ''
access: ''
twitch:
client_id: ''
client_secret: ''
sub_secret: ''
chat_host: ''
bot_oauth: ''
bot_user: ''
google:
api_key: ''
database:
host: 'localhost'
port: 5432
user: 'postgres'
pass: ''
dbname: 'mtfosbot'
redis:
host: 'localhost'
port: 6379