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>
This commit is contained in:
parent
54e7984666
commit
fc3b8519a9
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@
|
|||
99-replicate
|
||||
99-podman-kode
|
||||
99-eulerpool
|
||||
99-doffin
|
||||
|
|
|
|||
5
99-doffin.example
Normal file
5
99-doffin.example
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue