snort/packages/app/config/default.json

39 lines
1.0 KiB
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-11-27 14:30:20 +00:00
"navLogo": null,
2023-11-21 14:21:47 +00:00
"publicDir": "public/snort",
2023-10-06 09:41:37 +00:00
"httpCache": "",
"animalNamePlaceholders": false,
2023-12-14 11:50:03 +00:00
"defaultZapPoolFee": 1,
"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-11-28 09:52:20 +00:00
"signUp": {
2023-12-18 07:54:46 +00:00
"moderation": true,
"defaultFollows": ["npub1sn0rtcjcf543gj4wsg7fa59s700d5ztys5ctj0g69g2x6802npjqhjjtws"]
2023-11-28 09:52:20 +00:00
},
2023-12-14 12:05:26 +00:00
"media": {
"bypassImgProxyError": false,
"preferLargeMedia": true
},
2023-12-02 22:44:44 +00:00
"noteCreatorToast": true,
2023-11-29 10:36:11 +00:00
"hideFromNavbar": ["/graph"],
2023-11-29 12:06:46 +00:00
"deckSubKind": 1,
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 },
2023-11-17 20:21:40 +00:00
"wss://eden.nostr.land/": { "read": true, "write": false }
}
2023-09-26 05:02:42 +00:00
}