refactor: more config options for generic config

This commit is contained in:
2024-01-22 15:00:17 +00:00
parent 6fd02cffbb
commit 65a96eb77b
10 changed files with 144 additions and 55 deletions

View File

@ -17,7 +17,9 @@
"deck": true,
"zapPool": true,
"notificationGraph": true,
"communityLeaders": true
"communityLeaders": true,
"nostrAddress": true,
"pushNotifications": true
},
"signUp": {
"moderation": true,
@ -47,5 +49,9 @@
"alby": {
"clientId": "pohiJjPhQR",
"clientSecret": "GAl1YKLA3FveK1gLBYok"
}
},
"chatChannels": [
{ "type": "telegram", "value": "https://t.me/irismessenger" },
{ "type": "nip28", "value": "23286a4602ada10cc10200553bff62a110e8dc0eacddf73277395a89ddf26a09" }
]
}