23 lines
323 B
YAML
23 lines
323 B
YAML
|
port: 10230
|
||
|
url: ''
|
||
|
image_root: './images'
|
||
|
line:
|
||
|
secret: ''
|
||
|
access: ''
|
||
|
twitch:
|
||
|
client_id: ''
|
||
|
client_secret: ''
|
||
|
sub_secret: ''
|
||
|
chat_host: ''
|
||
|
bot_oauth: ''
|
||
|
google:
|
||
|
api_key: ''
|
||
|
database:
|
||
|
host: 'localhost'
|
||
|
port: 5432
|
||
|
user: 'postgres'
|
||
|
pass: ''
|
||
|
dbname: 'mtfosbot'
|
||
|
redis:
|
||
|
host: 'localhost'
|
||
|
port: 6379
|