Skip to content

Fix issue903 - #912

Merged
ogazboiz merged 2 commits into
LabsCrypt:mainfrom
JSE19:FixIssue903
Jun 29, 2026
Merged

Fix issue903#912
ogazboiz merged 2 commits into
LabsCrypt:mainfrom
JSE19:FixIssue903

Conversation

@JSE19

@JSE19 JSE19 commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Description
Adds frontend/.env.example documenting all 11 NEXT_PUBLIC_* environment variables the frontend reads, with comments and testnet defaults. Expands the environment variable table in docs/ARCHITECTURE.md from 4 to 11 entries. Updates the frontend setup section in CONTRIBUTING.md to reference the new .env.example file.

Type of Change

Changes Made

  • Created frontend/.env.example listing all 11 NEXT_PUBLIC_* vars with grouped comments and testnet defaults
  • Expanded frontend env table in docs/ARCHITECTURE.md:230-237 from 4 rows to all 11 vars
  • Updated CONTRIBUTING.md:206-207 to reference frontend/.env.example instead of generic "create .env.local if needed"
  • Added !.env.example negation to frontend/.gitignore so the file is trackable (was hidden by .env* pattern)
    Checklist
  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@ogazboiz
ogazboiz merged commit 0ca7367 into LabsCrypt:main Jun 29, 2026
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.

[Docs] Add frontend/.env.example documenting NEXT_PUBLIC_* variables

2 participants