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:
Ole-Morten Duesund 2026-04-22 10:18:26 +02:00
commit 3e72bb00cd
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@
99-podman-kode 99-podman-kode
99-eulerpool 99-eulerpool
99-doffin 99-doffin
99-moment

6
99-moment.example Normal file
View 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