# /etc/default/second-brain-transcribe # # Copy to /etc/default/second-brain-transcribe, chmod 0600, chown root:root # (systemd reads it before dropping to User=herbyadmin so a non-readable # permissions mode is fine — the herbyadmin user never touches this file). # REQUIRED — petalbrain Postgres reached over the WireGuard tunnel. # Hub-side hostname is db.wg.herbylab.dev (10.99.0.1); the tower is 10.99.0.2. # No TLS — WireGuard already encrypts, and lovebug doesn't require SSL. SECOND_BRAIN_DATABASE_URL=postgresql+psycopg://lovebug:REPLACE_ME@db.wg.herbylab.dev:5432/petalbrain # OPTIONAL — only set if the tower has a non-standard whisper layout. # Defaults from settings.toml: model=large-v3, device=cuda, compute_type=float16. # WHISPER_MODEL=large-v3 # WHISPER_DEVICE=cuda # WHISPER_COMPUTE_TYPE=float16 # OPTIONAL — identifier stamped into sources.claimed_by (default tower:). # Useful if you ever run multiple tower workers and want to tell them apart. # SECOND_BRAIN_WORKER_ID=tower-main # OPTIONAL — bump worker log verbosity. INFO is the default. # PYTHONUNBUFFERED=1 # SECOND_BRAIN_LOG_LEVEL=DEBUG