-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
FeatureStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programStellar-WaveTypscriptenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersinfrastructure
Description
Description
Set up application configuration with environment variables and constants.
Requirements
- Create config file with API URLs
- Add environment-specific configs (dev, staging, prod)
- Define app constants (timeouts, limits, etc.)
- Set up .env file structure
- Export typed config object
File to Create
backend/config/index.ts
Acceptance Criteria
- Config reads from environment variables
- Different environments are supported
- Constants are properly defined
- Config is typed and exported
Tech Stack
- TypeScript
- react-native-config or expo-constants
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FeatureStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programStellar-WaveTypscriptenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersinfrastructure