snort/packages/app/config/default.json

26 lines
693 B
JSON
Raw Normal View History

2023-09-26 05:02:42 +00:00
{
"appName": "Snort",
"appNameCapitalized": "Snort",
2023-09-26 08:17:40 +00:00
"appTitle": "Snort - Nostr",
"hostname": "snort.social",
"nip05Domain": "snort.social",
2023-10-04 13:53:12 +00:00
"favicon": "public/favicon.ico",
"appleTouchIconUrl": "/nostrich_512.png",
2023-10-06 09:41:37 +00:00
"httpCache": "",
"animalNamePlaceholders": false,
2023-11-07 14:19:03 +00:00
"defaultZapPoolFee": 0.5,
"features": {
2023-10-17 09:54:34 +00:00
"analytics": true,
"subscriptions": true,
"deck": true,
"zapPool": true
2023-10-17 09:59:25 +00:00
},
2023-10-17 18:50:11 +00:00
"eventLinkPrefix": "nevent",
2023-10-31 15:40:12 +00:00
"profileLinkPrefix": "nprofile",
"defaultRelays": {
"wss://relay.snort.social/": { "read": true, "write": true },
"wss://nostr.wine/": { "read": true, "write": false },
"wss://nos.lol/": { "read": true, "write": true }
}
2023-09-26 05:02:42 +00:00
}