Skip to content

Instantly share code, notes, and snippets.

@OmgImAlexis
Created November 24, 2015 06:43
Show Gist options
  • Save OmgImAlexis/b2a0115959176212c867 to your computer and use it in GitHub Desktop.
Save OmgImAlexis/b2a0115959176212c867 to your computer and use it in GitHub Desktop.
{
"web": {
"port": 3000,
"title": "BitCannon",
"torrentsPerPage": 100,
"defaultSearchSorting": "seeders",
"defaultSearchOrder": "desc"
},
"database": {
"mongodb": {
"enabled": true,
"host": "localhost",
"port": 27017,
"collection": "bitcannon"
}
},
"session": {
"secret": "asdasdasdasd43jn5kj2n43k"
},
"trackers": "",
"downloads": {
"hourly": {
"kat": ""
},
"daily": {
"tpb": ""
}
},
"api": {
"keyNeeded": true,
"key": "random_key"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment