snort/packages/app/config/default.json
Kieran 3c2bfbb4c6
Some checks are pending
continuous-integration/drone/push Build is running
chore: tweak relays
2023-11-17 20:21:40 +00:00

26 lines
702 B
JSON

{
"appName": "Snort",
"appNameCapitalized": "Snort",
"appTitle": "Snort - Nostr",
"hostname": "snort.social",
"nip05Domain": "snort.social",
"favicon": "public/favicon.ico",
"appleTouchIconUrl": "/nostrich_512.png",
"httpCache": "",
"animalNamePlaceholders": false,
"defaultZapPoolFee": 0.5,
"features": {
"analytics": true,
"subscriptions": true,
"deck": true,
"zapPool": true
},
"eventLinkPrefix": "nevent",
"profileLinkPrefix": "nprofile",
"defaultRelays": {
"wss://relay.snort.social/": { "read": true, "write": true },
"wss://nostr.wine/": { "read": true, "write": false },
"wss://eden.nostr.land/": { "read": true, "write": false }
}
}