From 3e72bb00cd5f67a7a1761c7867589462a917398d Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Wed, 22 Apr 2026 10:18:26 +0200 Subject: [PATCH] Add MOMENT_API_KEY credential template and gitignore entry Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 1 + 99-moment.example | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 99-moment.example 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