summaryrefslogtreecommitdiffstats
path: root/distrox.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-01 11:54:43 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-01 11:54:43 +0100
commit8ef5f5a8ad82c2f3b57795b16ce7b4458ad576f0 (patch)
treed081f4dc84f606a62b5ab1ce9d8e6a57927e7a19 /distrox.toml
parent2f95226ff8c1996699591960c5127c41b0fc5f6f (diff)
Remove stuff
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'distrox.toml')
-rw-r--r--distrox.toml37
1 files changed, 0 insertions, 37 deletions
diff --git a/distrox.toml b/distrox.toml
index f150886..39e9461 100644
--- a/distrox.toml
+++ b/distrox.toml
@@ -7,40 +7,3 @@ ipfs-api-port = 5001
# The Port for the app itself
app-port = 5002
-# Whether to automatically "ipfs pin" chain objects
-autoserve-chains = true
-
-# Whether to automatically "ipfs pin" foreign posts if their content is text
-autoserve-text-posts = true
-
-# Whether to serve content/chains from blocked profiles
-serve-blocked = false
-
-# Whether to automatically "ipfs pin" followed profiles
-autoserve-followed = true
-
-# Default amount of bytes which are loaded for each post
-max-autoload-per-post = 1024
-
-# List of Mimetypes which should not be served
-autoserve-blacklist = []
-
-# List of Mimetypes which can be served
-autoserve-whitelist = []
-
-# Name under which to provide the local device. E.G.
-# Some("/ipfs/QmVrLsEDn27sScp3k23sgZNefVTjSAL3wpgW1iWPi4MgoY")
-#
-# If none, one will be generated and set
-# device_name = ""
-
-# Key to sign stuff that comes from this device.
-#
-# Create by using `ipfs key gen <name>`
-#device_key = ""
-
-# Devices for the profile
-# E.G:
-# ["/ipfs/QmVrLsEDn27sScp3k23sgZNefVTjSAL3wpgW1iWPi4MgoY"]
-devices = []
-