25 lines
538 B
JSON
25 lines
538 B
JSON
{
|
|
"/api": {
|
|
"target": "http://backend:3000/",
|
|
"headers": {
|
|
"language": "en",
|
|
"Accept": "application/json",
|
|
"Content-Type": "application/json; charset=utf-8"
|
|
},
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"logLevel": "debug"
|
|
},
|
|
"/secure": {
|
|
"target": "http://backend:3000/",
|
|
"headers": {
|
|
"language": "en",
|
|
"Accept": "application/json",
|
|
"Content-Type": "application/json; charset=utf-8"
|
|
},
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"logLevel": "debug"
|
|
}
|
|
}
|