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)