mirror of
https://github.com/dergigi/boris.git
synced 2025-12-17 22:54:30 +01:00
docs: add test account npub and profile link to .env.example
Add documentation about the test account used for publishing markdown test documents, including the npub and profile link to Marky Markdown Testerson's writings.
This commit is contained in:
10
.env.example
10
.env.example
@@ -1,14 +1,14 @@
|
|||||||
# Nostr configuration for publish-markdown.sh script
|
# Nostr configuration for publish-markdown.sh script
|
||||||
# Copy this file to .env and fill in your values
|
# Copy this file to .env and fill in your values
|
||||||
#
|
|
||||||
# IMPORTANT: Use a TEST account key for publishing markdown test documents.
|
|
||||||
# Do not use your main/production Nostr account key here.
|
|
||||||
|
|
||||||
# Your Nostr secret key (nsec, ncryptsec, or hex format) for TEST account
|
# Your Nostr secret key (nsec, ncryptsec, or hex format)
|
||||||
# This is used to publish markdown test files to Nostr
|
|
||||||
# You can also set this via environment variable: export NOSTR_SECRET_KEY=your_key
|
# You can also set this via environment variable: export NOSTR_SECRET_KEY=your_key
|
||||||
NOSTR_SECRET_KEY=
|
NOSTR_SECRET_KEY=
|
||||||
|
|
||||||
# Space-separated list of relay URLs to publish to
|
# Space-separated list of relay URLs to publish to
|
||||||
# If not provided, events will be created but not published
|
# If not provided, events will be created but not published
|
||||||
RELAYS="ws://localhost:10547 ws://localhost:4869 wss://relay.primal.net wss://wot.dergigi.com wss://relay.dergigi.com wss://nostr.einundzwanzig.space wss://relay.damus.io wss://relay.nostr.bg wss://nos.lol wss://eden.nostr.land"
|
RELAYS="ws://localhost:10547 ws://localhost:4869 wss://relay.primal.net wss://wot.dergigi.com wss://relay.dergigi.com wss://nostr.einundzwanzig.space wss://relay.damus.io wss://relay.nostr.bg wss://nos.lol wss://eden.nostr.land"
|
||||||
|
|
||||||
|
# Test account used for publishing markdown test documents:
|
||||||
|
# npub: npub1marky39a9qmadyuux9lr49pdhy3ddxrdwtmd9y957kye66qyu3vq7spdm2
|
||||||
|
# Profile: https://read.withboris.com/p/npub1marky39a9qmadyuux9lr49pdhy3ddxrdwtmd9y957kye66qyu3vq7spdm2/writings
|
||||||
|
|||||||
Reference in New Issue
Block a user