rsstootalizer/rsstootalizer.conf.example....

14 lines
337 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": {
2017-04-23 18:51:48 +00:00
"client_name": "RSSTootalizer privatehosted",
2017-04-21 14:56:24 +00:00
"redirect_uris": "https://www.example.com/cgi-bin/tweetodon/callback.pl",
"website": "https://www.example.com/cgi-bin/tweetodon/index.pl?mode=About"
}
}