diff --git a/src/apps/relay/golpe.yaml b/src/apps/relay/golpe.yaml index 11b4d5c..e8cbded 100644 --- a/src/apps/relay/golpe.yaml +++ b/src/apps/relay/golpe.yaml @@ -31,7 +31,7 @@ config: desc: "NIP-11: URL pointing to an image to be used as an icon for the relay" default: "" - name: relay__info__nips - desc: "List of supported lists as JSON array, or empty string to use default. Example: [1,2]" + desc: "List of supported lists as JSON array, or empty string to use default. Example: \"[1,2]\"" default: "" - name: relay__maxWebsocketPayloadSize diff --git a/strfry.conf b/strfry.conf index d05ee77..14d6cb6 100644 --- a/strfry.conf +++ b/strfry.conf @@ -68,7 +68,7 @@ relay { # NIP-11: URL pointing to an image to be used as an icon for the relay icon = "" - # List of supported lists as JSON array, or empty string to use default. Example: [1,2] + # List of supported lists as JSON array, or empty string to use default. Example: "[1,2]" nips = "" }