Frontend - Proxy configuration
This setting is required when you want to run an application in a local environment.
{
"/registry/api/docs": {
"target": "https://domain_name/",
"secure": false,
"changeOrigin": true,
"logLevel": "debug"
}
}{
"/registry/api/docs": {
"target": "https://domain_name/",
"secure": false,
"changeOrigin": true,
"logLevel": "debug"
}
}
Last updated