From da98c9fd3f7701353d6419cf7a16efe45cfd7137 Mon Sep 17 00:00:00 2001 From: Saravanakumar D Date: Fri, 29 May 2026 23:14:48 -0700 Subject: [PATCH] docs(config): add GITEA_NPM_TOKEN to .env.example Include Gitea npm registry variables (token, host, owner) so developers know which env vars to set for @bytelyst package access. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .env.example | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.env.example b/.env.example index eab23eb3..9db2ea25 100644 --- a/.env.example +++ b/.env.example @@ -79,6 +79,13 @@ FIELD_ENCRYPT_KEY= # Product-specific MEK name in AKV — only for 'akv' provider FIELD_ENCRYPT_MEK_NAME=lysnr-mek +# ── Gitea NPM Registry (private @bytelyst packages) ───────── +# Token for authenticating with the Gitea npm registry. +# Generate at: http://:3300/user/settings/applications +GITEA_NPM_TOKEN= +GITEA_NPM_HOST=localhost +GITEA_NPM_OWNER=learning_ai_user + # ── Product Identity ────────────────────────────────────────── DEFAULT_PRODUCT_ID=lysnrai