From a993e891b698181af2535c5a6ec4e53d2caee061 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 28 Apr 2020 20:31:03 +0200 Subject: Adapt example config file to requirements Signed-off-by: Matthias Beyer --- distrox.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 ` +#device_key = "" + +# Devices for the profile +# E.G: +# ["/ipfs/QmVrLsEDn27sScp3k23sgZNefVTjSAL3wpgW1iWPi4MgoY"] +devices = [] + -- cgit v1.2.3