mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 09:40:43 +00:00
16 lines
256 B
JSON
16 lines
256 B
JSON
{
|
|
"id": "nostr",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"channels": ["nostr"],
|
|
"channelEnvVars": {
|
|
"nostr": ["NOSTR_PRIVATE_KEY"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|