snort/packages/app/config/iris.json

25 lines
679 B
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",
"httpCache": "https://api.iris.to",
"animalNamePlaceholders": 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-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-17 20:21:40 +00:00
"wss://eden.nostr.land/": { "read": true, "write": false }
2023-10-31 15:40:12 +00:00
}
2023-09-26 05:02:42 +00:00
}