mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
- removed .vscode from .gitignore to resolve #13
- updated libraries to further support #14 - feat: Add environment configuration files and update dependencies for Node adapter
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user