inital commit
This commit is contained in:
26
static/Jackett/ServerConfig.json
Normal file
26
static/Jackett/ServerConfig.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"Port": 9117,
|
||||
"AllowExternal": true,
|
||||
"AllowCORS": false,
|
||||
"APIKey": null,
|
||||
"AdminPassword": null,
|
||||
"InstanceId": null,
|
||||
"BlackholeDir": null,
|
||||
"UpdateDisabled": false,
|
||||
"UpdatePrerelease": false,
|
||||
"BasePathOverride": "/jackett",
|
||||
"BaseUrlOverride": null,
|
||||
"CacheEnabled": true,
|
||||
"CacheTtl": 2100,
|
||||
"CacheMaxResultsPerIndexer": 1000,
|
||||
"FlareSolverrUrl": null,
|
||||
"FlareSolverrMaxTimeout": 55000,
|
||||
"OmdbApiKey": null,
|
||||
"OmdbApiUrl": null,
|
||||
"ProxyType": 0,
|
||||
"ProxyUrl": null,
|
||||
"ProxyPort": null,
|
||||
"ProxyUsername": null,
|
||||
"ProxyPassword": null,
|
||||
"ProxyIsAnonymous": true
|
||||
}
|
Reference in New Issue
Block a user