snort/packages/app/config/iris.json

57 lines
1.7 KiB
JSON
Raw Normal View History

2023-09-26 05:02:42 +00:00
{
"appName": "iris",
"appNameCapitalized": "Iris",
2023-09-26 08:17:40 +00:00
"appTitle": "iris",
"hostname": "iris.to",
"nip05Domain": "iris.to",
2024-01-22 16:41:40 +00:00
"icon": "/img/icon128.png",
2023-11-22 13:13:33 +00:00
"navLogo": "/img/icon128.png",
2023-11-21 14:21:47 +00:00
"publicDir": "public/iris",
2023-12-13 13:40:24 +00:00
"httpCache": "",
"animalNamePlaceholders": true,
2023-11-28 08:40:36 +00:00
"defaultZapPoolFee": 0.5,
"features": {
2023-10-17 09:54:34 +00:00
"analytics": true,
2024-01-14 10:10:25 +00:00
"subscriptions": true,
2023-10-17 09:54:34 +00:00
"deck": true,
2023-12-18 15:04:35 +00:00
"zapPool": true,
2023-12-18 15:57:00 +00:00
"notificationGraph": false,
2024-02-12 09:55:14 +00:00
"communityLeaders": true
2023-10-17 09:59:25 +00:00
},
2024-01-12 12:37:13 +00:00
"defaultPreferences": {
2024-02-12 09:55:14 +00:00
"hideMutedNotes": true,
"defaultRootTab": "for-you"
2024-01-12 12:37:13 +00:00
},
2023-11-28 09:52:20 +00:00
"signUp": {
2024-02-12 08:43:48 +00:00
"quickStart": true,
2023-12-18 07:54:46 +00:00
"defaultFollows": ["npub1wnwwcv0a8wx0m9stck34ajlwhzuua68ts8mw3kjvspn42dcfyjxs4n95l8"]
2023-11-28 09:52:20 +00:00
},
2023-12-14 12:05:26 +00:00
"media": {
"bypassImgProxyError": true,
"preferLargeMedia": true
},
2024-01-04 11:13:28 +00:00
"communityLeaders": {
"list": "naddr1qq4xc6tnw3ez6vp58y6rywpjxckngdtyxukngwr9vckkze33vcknzcnrxcenje35xqmn2cczyp3lucccm3v9s087z6qslpkap8schltk427zfgqgrn3g2menq5zw6qcyqqq82vqprpmhxue69uhhyetvv9ujuumwdae8gtnnda3kjctv7rajfl"
},
2023-12-18 07:59:11 +00:00
"noteCreatorToast": false,
2023-11-30 12:45:54 +00:00
"hideFromNavbar": [],
2023-10-17 18:50:11 +00:00
"eventLinkPrefix": "note",
2023-10-31 15:40:12 +00:00
"profileLinkPrefix": "npub",
"showPowIcon": false,
2023-10-31 15:40:12 +00:00
"defaultRelays": {
"wss://relay.snort.social/": { "read": true, "write": true },
"wss://nostr.wine/": { "read": true, "write": false },
2023-11-28 08:47:27 +00:00
"wss://eden.nostr.land/": { "read": true, "write": false },
"wss://relay.nostr.band/": { "read": true, "write": true },
"wss://relay.damus.io/": { "read": true, "write": true }
},
2024-01-13 20:44:16 +00:00
"chatChannels": [
{ "type": "telegram", "value": "https://t.me/irismessenger" },
{ "type": "nip28", "value": "23286a4602ada10cc10200553bff62a110e8dc0eacddf73277395a89ddf26a09" }
],
2024-01-19 12:25:15 +00:00
"alby": {
"clientId": "5rYcHDrlDb",
"clientSecret": "QAI3QmgiaPH3BfTMzzFd"
}
2023-09-26 05:02:42 +00:00
}