chore: change config

This commit is contained in:
kieran 2025-01-12 10:07:02 +00:00
parent 048fdf463b
commit d46b5a052b
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -12,16 +12,18 @@
"defaultZapPoolFee": 1, "defaultZapPoolFee": 1,
"features": { "features": {
"analytics": true, "analytics": true,
"subscriptions": true, "subscriptions": false,
"deck": true, "deck": false,
"zapPool": true, "zapPool": false,
"communityLeaders": true, "communityLeaders": false,
"nostrAddress": true, "nostrAddress": true,
"pushNotifications": true "pushNotifications": true
}, },
"signUp": { "signUp": {
"quickStart": false, "quickStart": false,
"defaultFollows": ["npub1sn0rtcjcf543gj4wsg7fa59s700d5ztys5ctj0g69g2x6802npjqhjjtws"] "defaultFollows": [
"npub1sn0rtcjcf543gj4wsg7fa59s700d5ztys5ctj0g69g2x6802npjqhjjtws"
]
}, },
"defaultPreferences": { "defaultPreferences": {
"hideMutedNotes": false, "hideMutedNotes": false,
@ -41,17 +43,26 @@
"eventLinkPrefix": "nevent", "eventLinkPrefix": "nevent",
"profileLinkPrefix": "nprofile", "profileLinkPrefix": "nprofile",
"defaultRelays": { "defaultRelays": {
"wss://relay.snort.social/": { "read": true, "write": true }, "wss://relay.snort.social/": {
"wss://nostr.wine/": { "read": true, "write": false }, "read": true,
"wss://relay.damus.io/": { "read": true, "write": true }, "write": true
"wss://nos.lol/": { "read": true, "write": true } },
"wss://nostr.wine/": {
"read": true,
"write": false
},
"wss://relay.damus.io/": {
"read": true,
"write": true
},
"wss://nos.lol/": {
"read": true,
"write": true
}
}, },
"alby": { "alby": {
"clientId": "pohiJjPhQR", "clientId": "pohiJjPhQR",
"clientSecret": "GAl1YKLA3FveK1gLBYok" "clientSecret": "GAl1YKLA3FveK1gLBYok"
}, },
"chatChannels": [ "chatChannels": []
{ "type": "telegram", "value": "https://t.me/irismessenger" }, }
{ "type": "nip28", "value": "23286a4602ada10cc10200553bff62a110e8dc0eacddf73277395a89ddf26a09" }
]
}