rsstootalizer/rsstootalizer.conf.example....

14 lines
364 B
JSON
Raw Normal View History

2017-04-21 14:56:24 +00:00
{
"mysql": {
"host": "mysql.example.com",
2017-04-23 19:51:30 +00:00
"database": "rsstootalizer_production",
"user": "rsstootalizer",
2017-04-21 14:56:24 +00:00
"pass": "secret123"
},
"app": {
2017-04-23 18:51:48 +00:00
"client_name": "RSSTootalizer privatehosted",
2017-04-23 19:51:30 +00:00
"redirect_uris": "https://www.example.com/cgi-bin/rsstootalizer/callback.pl",
"website": "https://www.example.com/cgi-bin/rsstootalizer/index.pl?mode=About"
2017-04-21 14:56:24 +00:00
}
}