snort/packages/app/config/iris.json

47 lines
1.5 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",
2023-10-04 13:53:12 +00:00
"favicon": "public/iris/favicon.ico",
"appleTouchIconUrl": "/img/apple-touch-icon.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,
"subscriptions": false,
"deck": true,
2023-12-18 15:04:35 +00:00
"zapPool": true,
2023-12-18 15:57:00 +00:00
"notificationGraph": false,
2024-01-04 11:13:28 +00:00
"communityLeaders": 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": false,
"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": {
2024-01-05 22:52:24 +00:00
"ws://localhost:7777": { "read": true, "write": true },
2023-10-31 15:40:12 +00:00
"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-08 11:34:36 +00:00
}
2023-09-26 05:02:42 +00:00
}