1
0
forked from Kieran/snort
snort/packages/app/config/nostr.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2024-01-22 13:52:18 +00:00
{
"appName": "Nostr",
"appNameCapitalized": "Nostr",
"appTitle": "Nostr",
"hostname": "nostr.com",
"nip05Domain": "nostr.com",
2024-01-22 16:41:40 +00:00
"icon": "/nostr.jpg",
2024-01-22 13:52:18 +00:00
"navLogo": null,
2024-01-22 16:41:40 +00:00
"publicDir": "public/nostr",
2024-01-22 13:52:18 +00:00
"httpCache": "",
"animalNamePlaceholders": false,
2024-01-22 17:21:46 +00:00
"defaultZapPoolFee": 0,
2024-01-22 13:52:18 +00:00
"features": {
"analytics": false,
"subscriptions": false,
"deck": false,
"zapPool": false,
"notificationGraph": true,
"communityLeaders": false,
"nostrAddress": false,
"pushNotifications": false
2024-01-22 13:52:18 +00:00
},
"signUp": {
"moderation": true,
"defaultFollows": []
},
"defaultPreferences": {
"hideMutedNotes": false
},
"media": {
"bypassImgProxyError": false,
"preferLargeMedia": true
},
2024-01-22 17:21:46 +00:00
"communityLeaders": null,
2024-01-22 13:52:18 +00:00
"noteCreatorToast": true,
"hideFromNavbar": ["/graph"],
"deckSubKind": 1,
"showPowIcon": true,
"eventLinkPrefix": "nevent",
"profileLinkPrefix": "nprofile",
"defaultRelays": {
"wss://relay.snort.social/": { "read": true, "write": true },
"wss://nostr.wine/": { "read": true, "write": false },
2024-01-22 16:41:40 +00:00
"wss://eden.nostr.land/": { "read": true, "write": false },
"wss://nos.lol/": { "read": true, "write": true }
2024-01-22 17:21:46 +00:00
},
"alby": null,
"chatChannels": null
2024-01-22 13:52:18 +00:00
}