switch to hato for websockets

This commit is contained in:
Travis Shears 2025-08-18 10:05:16 +02:00
parent 911f2f0330
commit 33a6ccd33b
3 changed files with 33 additions and 22 deletions

View file

@ -9,10 +9,10 @@
:mastodon-account-id "MASTODON_ACCOUNT_ID"
:api-host "API_HOST"
:api-port "API_PORT"
:nostr-fetcher-npub "NOSTR_FETCHER_NPUB"
;; :nostr-fetcher-npub "NOSTR_FETCHER_NPUB"
:nostr-fetcher-id "NOSTR_FETCHER_PUB_HEX"
:nostr-id "NOSTR_ID"
:nostr-relay "NOSTR_RELAY"
})
:nostr-relay "NOSTR_RELAY"})
(defn- load-config []
(merge (read-string (slurp "config.edn"))