Skip to content

chore(env): rewrite .env.example for the Rust + SvelteKit stack#23

Merged
billyribeiro-ux merged 1 commit into
mainfrom
claude/update-dependencies-stack-docs-nffxp
Jun 6, 2026
Merged

chore(env): rewrite .env.example for the Rust + SvelteKit stack#23
billyribeiro-ux merged 1 commit into
mainfrom
claude/update-dependencies-stack-docs-nffxp

Conversation

@billyribeiro-ux

Copy link
Copy Markdown
Owner

Summary

Rewrites .env.example to match the migrated Rust + SvelteKit stack.

  • Removes leftover Laravel-only vars the stack no longer reads: APP_KEY, APP_ENV, APP_DEBUG, MAIL_*, QUEUE_CONNECTION, HORIZON_PREFIX, RATE_LIMIT_*, FEATURE_*, JWT_EXPIRY, unused STRIPE_PRICE_* (price IDs live in the plans table, not env).
  • Documents only the vars actually consumed, verified against backend-rs config, frontend-svelte, and the signaling/sfu configs.
  • Adds the missing real vars: API_HOST/API_PORT, RUST_LOG, R2_REGION, SIGNALING_SERVER_SECRET, SFU_SECRET, TURN_AUTH_SECRET, TURN_EXTERNAL_IP, PUBLIC_SIGNALING_URL.
  • Marks each value's source (🔐 generate / 🧩 provider / 🖥️ server) and notes which secrets must be kept equal (SIGNALING_SECRET = SIGNALING_SERVER_SECRET = SFU_SECRET).

Cross-references SETUP_KEYS.md, docs/MEDIA_INFRASTRUCTURE.md, and DEPLOYMENT_GUIDE.md.

https://claude.ai/code/session_01AMiTSxG8rB8FU8QgJ3Fnhs


Generated by Claude Code

Remove leftover Laravel-only vars (APP_KEY, MAIL_*, QUEUE_CONNECTION,
HORIZON_PREFIX, RATE_LIMIT_*, FEATURE_*) that the migrated stack no longer reads,
and document only the variables actually consumed by the Rust API, SvelteKit
frontend, signaling, SFU, Redis and coturn. Adds the missing real vars
(API_HOST/PORT, RUST_LOG, R2_REGION, SIGNALING_SERVER_SECRET, SFU_SECRET,
TURN_AUTH_SECRET, TURN_EXTERNAL_IP) and marks each value's source.

https://claude.ai/code/session_01AMiTSxG8rB8FU8QgJ3Fnhs
@billyribeiro-ux billyribeiro-ux merged commit d5beea8 into main Jun 6, 2026
3 of 6 checks passed
@billyribeiro-ux billyribeiro-ux deleted the claude/update-dependencies-stack-docs-nffxp branch June 7, 2026 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants