snort/packages/app/config/default.json
Martti Malmi 20a0a3aea4
Some checks are pending
continuous-integration/drone/push Build is running
ErrorBoundary for notes, wip notif settings
2023-12-15 09:19:10 +02:00

42 lines
1.0 KiB
JSON

{
"appName": "Snort",
"appNameCapitalized": "Snort",
"appTitle": "Snort - Nostr",
"hostname": "snort.social",
"nip05Domain": "snort.social",
"favicon": "public/favicon.ico",
"appleTouchIconUrl": "/nostrich_512.png",
"navLogo": null,
"publicDir": "public/snort",
"httpCache": "",
"animalNamePlaceholders": false,
"defaultZapPoolFee": 1,
"features": {
"analytics": true,
"subscriptions": true,
"deck": true,
"zapPool": true
},
"signUp": {
"moderation": true
},
"defaultPreferences": {
"checkSigs": true,
"sentToRelayNotifications": "all"
},
"media": {
"bypassImgProxyError": false,
"preferLargeMedia": true
},
"noteCreatorToast": true,
"hideFromNavbar": ["/graph"],
"deckSubKind": 1,
"eventLinkPrefix": "nevent",
"profileLinkPrefix": "nprofile",
"defaultRelays": {
"wss://relay.snort.social/": { "read": true, "write": true },
"wss://nostr.wine/": { "read": true, "write": false },
"wss://eden.nostr.land/": { "read": true, "write": false }
}
}