mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-17 16:58:50 +00:00
make default NIP-11 pubkey and contact empty strings, to silence warnings with default config
This commit is contained in:
@ -23,10 +23,10 @@ config:
|
||||
default: "This is a strfry instance."
|
||||
- name: relay__info__pubkey
|
||||
desc: "NIP-11: Administrative nostr pubkey, for contact purposes"
|
||||
default: "unset"
|
||||
default: ""
|
||||
- name: relay__info__contact
|
||||
desc: "NIP-11: Alternative administrative contact (email, website, etc)"
|
||||
default: "unset"
|
||||
default: ""
|
||||
|
||||
- name: relay__maxWebsocketPayloadSize
|
||||
desc: "Maximum accepted incoming websocket frame size (should be larger than max event)"
|
||||
|
Reference in New Issue
Block a user