Skip to content

Commit

Permalink
show that relay.info.nips must be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
hoytech committed Oct 18, 2024
1 parent 29d7afe commit 421463c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/apps/relay/golpe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion strfry.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
}

Expand Down

0 comments on commit 421463c

Please sign in to comment.