10 lines
235 B
Text
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
|