chore(env): rewrite .env.example for the Rust + SvelteKit stack#23
Merged
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rewrites
.env.exampleto match the migrated Rust + SvelteKit stack.APP_KEY,APP_ENV,APP_DEBUG,MAIL_*,QUEUE_CONNECTION,HORIZON_PREFIX,RATE_LIMIT_*,FEATURE_*,JWT_EXPIRY, unusedSTRIPE_PRICE_*(price IDs live in theplanstable, not env).backend-rsconfig,frontend-svelte, and thesignaling/sfuconfigs.API_HOST/API_PORT,RUST_LOG,R2_REGION,SIGNALING_SERVER_SECRET,SFU_SECRET,TURN_AUTH_SECRET,TURN_EXTERNAL_IP,PUBLIC_SIGNALING_URL.SIGNALING_SECRET=SIGNALING_SERVER_SECRET=SFU_SECRET).Cross-references
SETUP_KEYS.md,docs/MEDIA_INFRASTRUCTURE.md, andDEPLOYMENT_GUIDE.md.https://claude.ai/code/session_01AMiTSxG8rB8FU8QgJ3Fnhs
Generated by Claude Code