Add MOMENT_API_KEY credential template and gitignore entry
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
fc3b8519a9
commit
3e72bb00cd
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@
|
|||
99-podman-kode
|
||||
99-eulerpool
|
||||
99-doffin
|
||||
99-moment
|
||||
|
|
|
|||
6
99-moment.example
Normal file
6
99-moment.example
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# shellcheck shell=bash
|
||||
# Moment API key and company code
|
||||
# Copy to 99-moment and fill in your credentials, then: chmod 700 99-moment
|
||||
#require_private "${BASH_SOURCE[0]}"
|
||||
export MOMENT_API_KEY=your-api-key-here
|
||||
export MOMENT_COMPANY_CODE=your-company-code-here
|
||||
Loading…
Add table
Add a link
Reference in a new issue