You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,8 +80,9 @@ If your configuration is not valid, sqtracker will fail to start.
80
80
| SQ_BP_EARNED_PER_GB | envs | 1 | Number of bonus points awarded to a user for each GB they upload |
81
81
| SQ_BP_COST_PER_INVITE | envs | 3 | Number of bonus it costs a user to buy 1 invite (set to 0 to disable buying invites) |
82
82
| SQ_BP_COST_PER_GB | envs | 3 | Number of bonus it costs a user to buy 1 GB of upload (set to 0 to disable buying upload) |
83
-
| SQ_SITE_WIDE_FREELEECH | envs |`true`| Whether or not to enable freeleech on all torrents |
83
+
| SQ_SITE_WIDE_FREELEECH | envs |`false`| Whether or not to enable freeleech on all torrents |
84
84
| SQ_TORRENT_CATEGORIES | envs |`{ "Movies": ["HD", ...], "TV": [...] }`| A dictionary of categories, each with an array of zero or more sources available within that category |
85
+
| SQ_ALLOW_UNREGISTERED_VIEW | envs |`false`| Whether or not torrent pages can be viewed by unregistered users. If true, only logged in users will be able to download/interact, but anyone (search engines included) will be able to view/read torrent info. |
85
86
| SQ_BASE_URL | envs |https://demo.sqtracker.dev| The URL of your tracker site |
86
87
| SQ_API_URL | envs |https://demo.sqtracker.dev/api| The URL of your API. Under the recommended setup, it should be `${SQ_BASE_URL}/api`|
87
88
| SQ_MONGO_URL | envs | mongodb://sq_mongodb/sq | The URL of your MongoDB server. Under the recommended setup, it should be `mongodb://sq_mongodb/sq`|
0 commit comments