MyNixOS website logo
option

services.eris-server.backends

List of backend URLs. Add "get" and "put" as query elements to enable those operations.

Declarations
Type
list of string
Example
[
  "badger+file:///var/db/eris.badger?get&put"
  "coap+tcp://eris.example.com:5683?get"
]