From bd4e600ec773e8bdae10db0fa8338df6426d15a5 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 29 Apr 2026 16:51:37 +0100 Subject: [PATCH] config: add admin emails for Vadym and Dave Porter Co-Authored-By: Claude Opus 4.7 --- backend/.env.optical | 2 +- backend/.env.production | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/backend/.env.optical b/backend/.env.optical index e54f6a8..8c43faa 100644 --- a/backend/.env.optical +++ b/backend/.env.optical @@ -11,7 +11,7 @@ KLING_ACCESS_KEY= KLING_SECRET_KEY= # Admin Users (comma-separated UPNs — users who can rotate Kling credentials) -ADMIN_EMAILS= +ADMIN_EMAILS=vadym.samoilenko@oliver.agency,daveporter@oliver.agency # IMPORTANT: No trailing slash! FRONTEND_URL=https://optical-prod.oliver.solutions/lux-studio diff --git a/backend/.env.production b/backend/.env.production index fb831c3..fa80870 100644 --- a/backend/.env.production +++ b/backend/.env.production @@ -20,8 +20,7 @@ KLING_ACCESS_KEY= KLING_SECRET_KEY= # Admin Users (comma-separated UPNs — users who can rotate Kling credentials) -# Example: ADMIN_EMAILS=vadym@oliver.agency,someone@oliver.agency -ADMIN_EMAILS= +ADMIN_EMAILS=vadym.samoilenko@oliver.agency,daveporter@oliver.agency # ---------------------------------------------------------------------------- # Frontend URL for CORS (REQUIRED)