Repository
This issue belongs in Fundable-Protocol/Backend under indexer/.
Migrated from https://github.com/Fundable-Protocol/stellar_indexer/issues/2.
Context
Runtime configuration should be typed and validated before DB, poller, and API code depend on it.
Scope
Out of Scope
- Connecting to PostgreSQL
- Creating Soroban RPC clients
- Loading contract YAML files
Acceptance Criteria
Dependencies
Suggested Files or Packages
indexer/common/src/config/
.env.example
Repository
This issue belongs in
Fundable-Protocol/Backendunderindexer/.Migrated from https://github.com/Fundable-Protocol/stellar_indexer/issues/2.
Context
Runtime configuration should be typed and validated before DB, poller, and API code depend on it.
Scope
commonPORT,POLL_INTERVAL_MS, andSTART_LEDGEROut of Scope
Acceptance Criteria
bun run type-checkpassesbun run testpassesbun run lintpassesbun run indexer:type-checkpassesbun run indexer:testpassesbun run indexer:lintpassesDependencies
Suggested Files or Packages
indexer/common/src/config/.env.example