mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 14:40:13 -08:00
- updated libraries to further support #14 - feat: Add environment configuration files and update dependencies for Node adapter
8 lines
181 B
Plaintext
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 |