bash.d/99-doffin.example
Ole-Morten Duesund fc3b8519a9 Add DOFFIN_API_KEY credential template and gitignore entry
Follows the existing 99-eulerpool pattern: tracked .example template
with a placeholder, real 99-doffin file kept out of git.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-21 09:54:18 +02:00

5 lines
186 B
Text

# shellcheck shell=bash
# Doffin API key
# Copy to 99-doffin and fill in your key, then: chmod 700 99-doffin
#require_private "${BASH_SOURCE[0]}"
export DOFFIN_API_KEY=your-api-key-here