14 lines
364 B
JSON
14 lines
364 B
JSON
{
|
|
"mysql": {
|
|
"host": "mysql.example.com",
|
|
"database": "rsstootalizer_production",
|
|
"user": "rsstootalizer",
|
|
"pass": "secret123"
|
|
},
|
|
"app": {
|
|
"client_name": "RSSTootalizer privatehosted",
|
|
"redirect_uris": "https://www.example.com/cgi-bin/rsstootalizer/callback.pl",
|
|
"website": "https://www.example.com/cgi-bin/rsstootalizer/index.pl?mode=About"
|
|
}
|
|
}
|