bash.d/99-moment.example

6 lines
261 B
Text
Raw Normal View History

# 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