Disable Tor by default.

Feel free to experiment and see if it helps if you enable it.
This commit is contained in:
Cadence Ember 2022-07-25 01:54:18 +12:00
parent c2d7aca1cb
commit f20554ddfb
No known key found for this signature in database
GPG Key ID: BC1C2C61CF521B17
1 changed files with 2 additions and 2 deletions

View File

@ -26,11 +26,11 @@ let constants = {
// Things that server owners _could_ change if they want to.
tor: {
enabled: true, // If false, everything else in this block has no effect.
enabled: false, // If false, everything else in this block has no effect.
password: null, // If `null`, Bibliogram will run its own Tor process instead.
port: 9051, // If a password is provided, Bibliogram will connect to Tor on this port. (This is ignored when running its own Tor process.)
for: {
user_html: true,
user_html: false,
timeline_graphql: false,
post_graphql: false,
reel_graphql: false