diff --git a/.gitignore b/.gitignore index 73d3d75..f9010dc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ 99-podman-kode 99-eulerpool 99-doffin +99-moment diff --git a/99-moment.example b/99-moment.example new file mode 100644 index 0000000..5bb1b56 --- /dev/null +++ b/99-moment.example @@ -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