Files
finance/.env.example
GitHub Copilot 8058df41fd - removed .vscode from .gitignore to resolve #13
- updated libraries to further support #14
- feat: Add environment configuration files and update dependencies for Node adapter
2025-05-01 21:03:09 +00:00

8 lines
181 B
Plaintext

# Development server port (default is 3000)
PORT=3000
# API Base URL for development
API_BASE_URL=http://localhost:3000
# Environment (development/production)
NODE_ENV=development