Fix: Remove hardcoded secrets, fix port mappings, and update frontend proxy
All checks were successful
DevSecOps-Multibranch/pipeline/head This commit looks good

This commit is contained in:
test
2025-11-30 19:00:41 +05:30
parent c2abaaa2c1
commit a4357c95cd
3 changed files with 14 additions and 19 deletions

View File

@@ -46,5 +46,5 @@
"last 1 safari version"
]
},
"proxy": "http://localhost:3001"
"proxy": "http://backend:3001"
}