snort/packages/app/config/iris.json

36 lines
1.0 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",
"httpCache": "https://api.iris.to",
"animalNamePlaceholders": true,
2023-11-28 08:40:36 +00:00
"showNoteBroadcaster": false,
"defaultZapPoolFee": 0.5,
"bypassImgProxyError": true,
"features": {
2023-10-17 09:54:34 +00:00
"analytics": true,
"subscriptions": false,
"deck": true,
"zapPool": true
2023-10-17 09:59:25 +00:00
},
2023-11-28 09:52:20 +00:00
"signUp": {
"moderation": false
},
2023-10-17 18:50:11 +00:00
"eventLinkPrefix": "note",
2023-10-31 15:40:12 +00:00
"profileLinkPrefix": "npub",
"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 }
2023-11-29 11:24:33 +00:00
},
"showNip05InNotes": false
2023-09-26 05:02:42 +00:00
}