nostr-poster/config/config.sample.ymal

26 lines
480 B
Plaintext
Raw Normal View History

2025-03-02 21:54:07 -08:00
app_name: "WizBot"
server_port: 8765
log_level: "info"
2025-03-02 21:54:07 -08:00
allowed_npub: "npub1......"
bot:
keys_file: "./keys.json"
content_dir: "./content"
archive_dir: "./archive"
default_interval: 240 # minutes
db:
path: "./nostr-poster.db"
media:
2025-03-02 21:54:07 -08:00
default_service: "blossom"
nip94:
server_url: "https://files.sovbit.host"
require_auth: true
blossom:
server_url: "https://cdn.sovbit.host"
relays:
- url: "wss://freelay.sovbit.host"
read: true
write: true