snort/packages/app/config/default.json

58 lines
1.7 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",
2024-01-22 16:41:40 +00:00
"icon": "/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,
2023-12-18 15:04:35 +00:00
"zapPool": true,
2023-12-18 15:57:00 +00:00
"notificationGraph": true,
"communityLeaders": true,
"nostrAddress": true,
2024-01-13 20:44:16 +00:00
"pushNotifications": true,
"forYouFeed": false
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
},
2024-01-12 12:37:13 +00:00
"defaultPreferences": {
"hideMutedNotes": false
},
2023-12-14 12:05:26 +00:00
"media": {
"bypassImgProxyError": false,
"preferLargeMedia": true
},
2023-12-18 15:57:00 +00:00
"communityLeaders": {
"list": "naddr1qq4xc6tnw3ez6vp58y6rywpjxckngdtyxukngwr9vckkze33vcknzcnrxcenje35xqmn2cczyp3lucccm3v9s087z6qslpkap8schltk427zfgqgrn3g2menq5zw6qcyqqq82vqprpmhxue69uhhyetvv9ujuumwdae8gtnnda3kjctv7rajfl"
},
2024-01-08 10:20:57 +00:00
"noteCreatorToast": false,
2023-11-29 10:36:11 +00:00
"hideFromNavbar": ["/graph"],
2023-11-29 12:06:46 +00:00
"deckSubKind": 1,
"showPowIcon": true,
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 }
2024-01-03 14:52:19 +00:00
},
2024-01-04 12:05:13 +00:00
"alby": {
"clientId": "pohiJjPhQR",
"clientSecret": "GAl1YKLA3FveK1gLBYok"
},
"chatChannels": [
{ "type": "telegram", "value": "https://t.me/irismessenger" },
{ "type": "nip28", "value": "23286a4602ada10cc10200553bff62a110e8dc0eacddf73277395a89ddf26a09" }
]
2023-09-26 05:02:42 +00:00
}