ynab-amazon-helper/.env.example
2025-11-04 12:27:02 -05:00

10 lines
235 B
Text

# YNAB API Configuration
YNAB_API_TOKEN=your_ynab_personal_access_token_here
YNAB_BUDGET_ID=your_budget_id_here
# OpenAI API Configuration
OPENAI_API_KEY=your_openai_api_key_here
# Server Configuration
PORT=3000
NODE_ENV=development