init nostr with gniazdo
This commit is contained in:
parent
2c3d3cef2f
commit
911f2f0330
3 changed files with 38 additions and 2 deletions
|
|
@ -8,7 +8,11 @@
|
|||
:mastodon-host "MASTODON_BASE_URL"
|
||||
:mastodon-account-id "MASTODON_ACCOUNT_ID"
|
||||
:api-host "API_HOST"
|
||||
:api-port "API_PORT"})
|
||||
:api-port "API_PORT"
|
||||
:nostr-fetcher-npub "NOSTR_FETCHER_NPUB"
|
||||
:nostr-id "NOSTR_ID"
|
||||
:nostr-relay "NOSTR_RELAY"
|
||||
})
|
||||
|
||||
(defn- load-config []
|
||||
(merge (read-string (slurp "config.edn"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue