Skip to content

Commit

Permalink
update example config
Browse files Browse the repository at this point in the history
  • Loading branch information
tdjsnelling committed Feb 13, 2023
1 parent a9e3a63 commit 01d3daf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ module.exports = {
SQ_ALLOW_REGISTER: 'invite',
SQ_ALLOW_ANONYMOUS_UPLOADS: false,
SQ_MINIMUM_RATIO: 0.75,
SQ_TORRENT_CATEGORIES: ['Movies', 'TV', 'Music', 'Books'],
SQ_BP_EARNED_PER_GB: 1,
SQ_BP_COST_PER_INVITE: 3,
SQ_BP_COST_PER_GB: 3,
SQ_TORRENT_CATEGORIES: ['Movies', 'TV', 'Music', 'Books'],
SQ_SITE_WIDE_FREELEECH: false,
SQ_BASE_URL: 'https://sqtracker.dev',
SQ_API_URL: 'https://sqtracker.dev/api',
SQ_TRACKER_URL: 'http://sq_opentracker:6969',
Expand Down

0 comments on commit 01d3daf

Please sign in to comment.