53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"global": {
|
|
"loglevel": "info"
|
|
},
|
|
"dbsettings": {
|
|
"sqlserver_driver": "ODBC Driver 13 for SQL Server",
|
|
"hostname": "192.168.129.248",
|
|
"mghostname": "192.168.128.24",
|
|
"dbname": "media_dbsync",
|
|
"mgdbname": "tvdata",
|
|
"mysqlusername": "root",
|
|
"pgsqlusername": "postgres",
|
|
"mssqlusername": "sa",
|
|
"mysqlpassword": "Optimus0329",
|
|
"pgsqlpassword": "Optimus0329",
|
|
"mssqlpassword": "Optimus0329",
|
|
"pgsqlport": 5432,
|
|
"mysqlport": 3306,
|
|
"mssqlport": 1433,
|
|
"mgport": 27017
|
|
},
|
|
"api": {
|
|
"type": "tvmaze"
|
|
},
|
|
"json": {
|
|
// "seriesapi": "http://api.tvmaze.com/shows?page=<pagenum>",
|
|
"showapi": "http://api.tvmaze.com/shows/<tvmazeid>",
|
|
"episodeapi": "http://api.tvmaze.com/shows/<tvmazeid>/episodes",
|
|
"aliasapi": "http://api.tvmaze.com/shows/<tvmazeid>/akas",
|
|
"castapi": "http://api.tvmaze.com/shows/<tvmazeid>/cast",
|
|
"crewapi": "http://api.tvmaze.com/shows/<tvmazeid>/crew",
|
|
"creditsapi": "http://api.tvmaze.com/people/<actorid>/castcredits",
|
|
"updatesapi": "http://api.tvmaze.com/updates/shows"
|
|
},
|
|
"database": {
|
|
"dbtype": "pgsql",
|
|
"updateschema": "updates",
|
|
"initialize": 0,
|
|
"initload": 0
|
|
},
|
|
"updatetype": {
|
|
"type": "full",
|
|
"full": "full",
|
|
"monthly": 1219200,
|
|
"weekly": 604800,
|
|
"daily": 86400,
|
|
"12h": 23200,
|
|
"6h": 16600,
|
|
"custom": 4150,
|
|
"cacheskip": 1,
|
|
"refreshcache": 0
|
|
}
|
|
} |