Problem
Environment variable requirements are unclear. Some .env.example files exist but don't document which variables are required vs optional.
Context
Developers waste time debugging configuration issues that could be caught at setup time.
Proposed Solution
Update/create .env.example files for API and Oracle with:
- Comments explaining each variable
- Required vs optional marking
- Example values for testnet
- Links to where to get values (e.g., Stellar Laboratory for keys)
Acceptance Criteria
Technical Notes
- Files:
api/.env.example, oracle/.env.example
Constraints
- Never include real secrets in examples
Problem
Environment variable requirements are unclear. Some
.env.examplefiles exist but don't document which variables are required vs optional.Context
Developers waste time debugging configuration issues that could be caught at setup time.
Proposed Solution
Update/create
.env.examplefiles for API and Oracle with:Acceptance Criteria
api/.env.examplewith all variables documentedoracle/.env.examplewith all variables documentedTechnical Notes
api/.env.example,oracle/.env.exampleConstraints