Refactor admin component and update application properties for production setup
Gradle _jambotron_build aplication.properties for dev and prod
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
const PROXY_CONFIG = [
|
||||
{
|
||||
context: [
|
||||
"/api"
|
||||
],
|
||||
target: "http://localhost:8082",
|
||||
secure: false
|
||||
}
|
||||
]
|
||||
module.exports = PROXY_CONFIG;
|
||||
Reference in New Issue
Block a user