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:
+1
-2
@@ -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)
|
||||
Reference in New Issue
Block a user