bash.d/99-moment.example
Ole-Morten Duesund 3e72bb00cd Add MOMENT_API_KEY credential template and gitignore entry
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 10:18:26 +02:00

6 lines
261 B
Text

# 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