1
0

nwc plugin: fix config key

This commit is contained in:
ThomasV
2025-04-11 20:06:42 +02:00
parent bcb6df72a7
commit 13024be4da

View File

@@ -11,7 +11,7 @@ plugin_name = "nwc"
# Most NWC clients only use the first relay encoded in the connection string.
# This relay will be used as the first relay in the connection string.
SimpleConfig.NWC_RELAY = ConfigVar(
key='nwc_relay',
key='plugins.nwc.relay',
default='wss://relay.getalby.com/v1',
type_=str,
plugin=plugin_name