twitter-tipbot/config/default.example.json
2018-07-02 15:43:16 +02:00

13 lines
No EOL
228 B
JSON

{
"twitter": {
"consumer_key": "****",
"consumer_secret": "****",
"access_token": "****",
"access_token_secret": "****"
},
"lbrycrd": {
"username": "lbry",
"password": "lbry",
"port": 9245
}
}