Added .env configuration to remove hardcoded IP issues

This commit is contained in:
2026-01-28 09:23:30 -07:00
parent 88c33cae04
commit 60f0424235
5 changed files with 25 additions and 7 deletions

4
backend/.env.example Normal file
View File

@@ -0,0 +1,4 @@
# Backend Configuration
PORT=3001
API_HOST=localhost
CORS_ORIGINS=http://localhost:3000