chore: change config
This commit is contained in:
parent
048fdf463b
commit
d46b5a052b
@ -12,16 +12,18 @@
|
||||
"defaultZapPoolFee": 1,
|
||||
"features": {
|
||||
"analytics": true,
|
||||
"subscriptions": true,
|
||||
"deck": true,
|
||||
"zapPool": true,
|
||||
"communityLeaders": true,
|
||||
"subscriptions": false,
|
||||
"deck": false,
|
||||
"zapPool": false,
|
||||
"communityLeaders": false,
|
||||
"nostrAddress": true,
|
||||
"pushNotifications": true
|
||||
},
|
||||
"signUp": {
|
||||
"quickStart": false,
|
||||
"defaultFollows": ["npub1sn0rtcjcf543gj4wsg7fa59s700d5ztys5ctj0g69g2x6802npjqhjjtws"]
|
||||
"defaultFollows": [
|
||||
"npub1sn0rtcjcf543gj4wsg7fa59s700d5ztys5ctj0g69g2x6802npjqhjjtws"
|
||||
]
|
||||
},
|
||||
"defaultPreferences": {
|
||||
"hideMutedNotes": false,
|
||||
@ -41,17 +43,26 @@
|
||||
"eventLinkPrefix": "nevent",
|
||||
"profileLinkPrefix": "nprofile",
|
||||
"defaultRelays": {
|
||||
"wss://relay.snort.social/": { "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 }
|
||||
"wss://relay.snort.social/": {
|
||||
"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": {
|
||||
"clientId": "pohiJjPhQR",
|
||||
"clientSecret": "GAl1YKLA3FveK1gLBYok"
|
||||
},
|
||||
"chatChannels": [
|
||||
{ "type": "telegram", "value": "https://t.me/irismessenger" },
|
||||
{ "type": "nip28", "value": "23286a4602ada10cc10200553bff62a110e8dc0eacddf73277395a89ddf26a09" }
|
||||
]
|
||||
}
|
||||
"chatChannels": []
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user