snort/packages/app/config/default.json
Martti Malmi c5bc1cdbe7
Some checks failed
continuous-integration/drone/pr Build is failing
app icon in navbar
2023-11-22 15:13:33 +02:00

28 lines
767 B
JSON

{
"appName": "Snort",
"appNameCapitalized": "Snort",
"appTitle": "Snort - Nostr",
"hostname": "snort.social",
"nip05Domain": "snort.social",
"favicon": "public/favicon.ico",
"appleTouchIconUrl": "/nostrich_512.png",
"navLogo": "/nostrich_256.png",
"publicDir": "public/snort",
"httpCache": "",
"animalNamePlaceholders": false,
"defaultZapPoolFee": 0.5,
"features": {
"analytics": true,
"subscriptions": true,
"deck": true,
"zapPool": true
},
"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 }
}
}