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