chore: remove unused NEXT_PUBLIC_CLIENT_ID/SECRET env vars

The OAuth flow uses grant_type=mobile with a server-issued grant
(app/api/auth/token/route.js); no client_id/client_secret is sent at
runtime. These vars were dead — removed from Dockerfile args/env,
docker-compose, nixpacks, and docs. Also silences the Coolify
'variable not set' build warnings.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
hamed
2026-07-06 11:09:19 +03:30
co-authored by Claude Fable 5
parent ab1102ec1c
commit 2fbd24b4aa
5 changed files with 1 additions and 15 deletions
+1 -2
View File
@@ -16,5 +16,4 @@ NEXT_TELEMETRY_DISABLED = "1"
# These environment variables will need to be set in your deployment platform
# NEXT_PUBLIC_API_URL - Set in deployment platform
# NEXT_PUBLIC_CLIENT_ID - Set in deployment platform
# NEXT_PUBLIC_CLIENT_SECRET - Set in deployment platform
# DEV_MODE - Set in deployment platform (FALSE in production)