From d46b5a052ba77deec7dad994f63c6976d0103c10 Mon Sep 17 00:00:00 2001 From: kieran Date: Sun, 12 Jan 2025 10:07:02 +0000 Subject: [PATCH] chore: change config --- packages/app/config/default.json | 39 ++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 14 deletions(-) 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