Skip to content

Add comprehensive .env.example with all required variables documented - #453

Merged
dev-fatima-24 merged 2 commits into
Vacci-chain:mainfrom
Xaxxoo:fix/issue-62
Sep 2, 2026
Merged

Add comprehensive .env.example with all required variables documented#453
dev-fatima-24 merged 2 commits into
Vacci-chain:mainfrom
Xaxxoo:fix/issue-62

Conversation

@Xaxxoo

@Xaxxoo Xaxxoo commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Rewrote .env.example with a file header explaining setup instructions and the [REQUIRED] marker convention
  • Added inline comments documenting purpose, expected format (key prefixes, character length, URL patterns), and default values for every environment variable
  • Added testnet/mainnet example values for Stellar network URLs and passphrases
  • Removed the redundant env.example (without dot prefix) that was an outdated duplicate
  • Fixed duplicate AWS_REGION entry and added missing comments for DEMO_ISSUER_SECRET and ADMIN_SECRET
  • Updated README quick-start section to explicitly reference .env.example with a markdown link and describe the [REQUIRED] convention
  • Confirmed .env is listed in .gitignore (with !.env.example exclusion)

Closes #62

Test plan

  • Verify cp .env.example .env produces a valid template
  • Verify the backend starts after filling in all [REQUIRED] variables
  • Confirm .env is still git-ignored and .env.example is tracked
  • Review inline comments for accuracy and completeness

Generated with Claude Code

Xaxxoo and others added 2 commits August 31, 2026 06:20
)

- Add file header with setup instructions and [REQUIRED] markers
- Document expected format (key prefix, length, URL patterns) for every variable
- Add testnet/mainnet example values for Stellar network URLs and passphrases
- Add inline generation commands (e.g. openssl rand -hex 32) for secrets
- Remove duplicate AWS_REGION entry and add missing comments for DEMO_ISSUER_SECRET/ADMIN_SECRET
- Remove redundant env.example (without dot prefix)
- Update README quick-start to explicitly reference .env.example with link
- Confirm .env is in .gitignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@dev-fatima-24
dev-fatima-24 merged commit 9bb0a08 into Vacci-chain:main Sep 2, 2026
2 of 9 checks passed
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.

Add .env.example with all required variables documented

2 participants