# Bisq Bot Configuration # Nostr Relay Configuration # Comma-separated list of relay URLs to connect to NOSTR_RELAYS=wss://relay.nostr.band,wss://relay.damus.io,wss://nos.lol # Bot Private Key # Generate with: openssl rand -hex 32 # This is the private key of the Nostr account for the bot BOT_PRIVATE_KEY=your_private_key_in_hex_here # Bisq Daemon Configuration # Port of the Bisq daemon RPC server BISQ_PORT=4848 # Host of the Bisq daemon (usually localhost) BISQ_HOST=127.0.0.1 # Bot Configuration # Display name for the bot BOT_NAME=bisqbot # Timeout for external requests (seconds) REQUEST_TIMEOUT=10