summaryrefslogtreecommitdiffstats
path: root/distrox.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-04-28 20:31:03 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-04-28 20:31:03 +0200
commita993e891b698181af2535c5a6ec4e53d2caee061 (patch)
treefd5f07a73e7fa45905d85794a221172eddbfd95a /distrox.toml
parentf88e19c34d7c055b28835d84e0182b97163bb85b (diff)
Adapt example config file to requirements
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'distrox.toml')
-rw-r--r--distrox.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/distrox.toml b/distrox.toml
index 58634e0..071b20a 100644
--- a/distrox.toml
+++ b/distrox.toml
@@ -25,3 +25,19 @@ 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 = []
+