mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-16 16:28:50 +00:00
show that relay.info.nips must be a string
This commit is contained in:
@ -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
|
||||
|
@ -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 = ""
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user