In the documentation for the follower is the following stated:
Configuration
ipfs-cluster-follow
normally uses configurations distributed through the local IPFS gateway as templates.In this case, the
service.json
file for each configured cluster contains a singlesource
key pointing to a URL, which is read when starting the peer.This file can be replaced by a custom
service.json
file. Alternatively, every configuration value can be overriden with environment variables as explained in the [configuration reference](http://cluster.ipfs.io.ipns.localhost:8080/documentation/reference/configuration#using-environment-variables-to-overwrite-configuration-values). TheIPFS_GATEWAY
environmental variable can be used to set the gateway location if it’s not the default (127.0.0.1:8080
).
My question :
I have now a source file which works fine.
I just want to set the peername for the follower ; seems as deaulft it takes the PC name.
How can I set the peername
beside the given service.json via ipfs/Qm… ?
Thanks for help