Clean up config

This commit is contained in:
Alex Gleason
2024-09-11 18:30:23 -05:00
parent 20d1f885ac
commit f7ee59146e
2 changed files with 2 additions and 21 deletions

View File

@@ -63,9 +63,6 @@ const instanceV1Controller: AppController = async (c) => {
nostr: {
pubkey: Conf.pubkey,
relay: `${wsProtocol}//${host}/relay`,
pow: {
registrations: Conf.pow.registrations,
},
},
rules: [],
});