Files
ldap-identidy/apps/web/proxy.conf.json
Bastian Wagner 9cd8891769 url
2026-07-15 16:03:49 +02:00

26 lines
474 B
JSON

{
"/.well-known": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/oidc": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/interaction": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/api": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true,
"pathRewrite": {
"^/api": ""
}
}
}