-
Hugo SUBTIL authoredHugo SUBTIL authored
proxy.conf.json 826 B
{
"/api/*": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true,
"logLevel": "debug",
"pathRewrite": {
"^/api": ""
}
},
"/base-adresse/base-adresse-nationale/streets": {
"target": "https://passerelle.formulaireextranet.grandlyon.com",
"secure": false,
"changeOrigin": true,
"logLevel": "info"
},
"/wfs/grandlyon": {
"target": "https://download.data.grandlyon.com",
"secure": false,
"changeOrigin": true,
"logLevel": "info"
},
"/reverse": {
"target": "https://api-adresse.data.gouv.fr",
"secure": false,
"changeOrigin": true,
"logLevel": "info"
},
"/geocoding/photon-bal/api": {
"target": "https://download.data.grandlyon.com",
"secure": false,
"changeOrigin": true,
"logLevel": "info"
}
}