From 421463cf4d5e7bc6661adce445c5794b8e73856b Mon Sep 17 00:00:00 2001 From: Doug Hoyte Date: Fri, 18 Oct 2024 18:12:09 -0400 Subject: [PATCH] show that relay.info.nips must be a string --- src/apps/relay/golpe.yaml | 2 +- strfry.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = "" }