diff --git a/packages/app/config/default.json b/packages/app/config/default.json index f6a1e574..d7a531e0 100644 --- a/packages/app/config/default.json +++ b/packages/app/config/default.json @@ -12,16 +12,18 @@ "defaultZapPoolFee": 1, "features": { "analytics": true, - "subscriptions": true, - "deck": true, - "zapPool": true, - "communityLeaders": true, + "subscriptions": false, + "deck": false, + "zapPool": false, + "communityLeaders": false, "nostrAddress": true, "pushNotifications": true }, "signUp": { "quickStart": false, - "defaultFollows": ["npub1sn0rtcjcf543gj4wsg7fa59s700d5ztys5ctj0g69g2x6802npjqhjjtws"] + "defaultFollows": [ + "npub1sn0rtcjcf543gj4wsg7fa59s700d5ztys5ctj0g69g2x6802npjqhjjtws" + ] }, "defaultPreferences": { "hideMutedNotes": false, @@ -41,17 +43,26 @@ "eventLinkPrefix": "nevent", "profileLinkPrefix": "nprofile", "defaultRelays": { - "wss://relay.snort.social/": { "read": true, "write": true }, - "wss://nostr.wine/": { "read": true, "write": false }, - "wss://relay.damus.io/": { "read": true, "write": true }, - "wss://nos.lol/": { "read": true, "write": true } + "wss://relay.snort.social/": { + "read": true, + "write": true + }, + "wss://nostr.wine/": { + "read": true, + "write": false + }, + "wss://relay.damus.io/": { + "read": true, + "write": true + }, + "wss://nos.lol/": { + "read": true, + "write": true + } }, "alby": { "clientId": "pohiJjPhQR", "clientSecret": "GAl1YKLA3FveK1gLBYok" }, - "chatChannels": [ - { "type": "telegram", "value": "https://t.me/irismessenger" }, - { "type": "nip28", "value": "23286a4602ada10cc10200553bff62a110e8dc0eacddf73277395a89ddf26a09" } - ] -} + "chatChannels": [] +} \ No newline at end of file