rsstootalizer/tweetodon.conf.example.json

14 lines
333 B
JSON
Raw Normal View History

2017-04-21 14:56:24 +00:00
{
"mysql": {
"host": "mysql.example.com",
"database": "tweetodon",
"user": "tweetodon",
"pass": "secret123"
},
"app": {
"client_name": "Tweetodon privatehosted",
"redirect_uris": "https://www.example.com/cgi-bin/tweetodon/callback.pl",
"website": "https://www.example.com/cgi-bin/tweetodon/index.pl?mode=About"
}
}