Files
jambotron/jambotron-ui/src/proxy.conf.json
T
liosha84 4e030b2a52 Refactor admin component and update application properties for production setup
Gradle _jambotron_build
aplication.properties for dev and prod
2025-07-30 01:27:11 +03:00

11 lines
194 B
JSON

{
"/api/**": {
"target": "http://localhost:8082",
"secure": false,
"changeOrigin": true,
"logLevel": "debug",
"pathRewrite": {"^/api" : "http://localhost:8082/api"}
}
}