Skip to content
Snippets Groups Projects
proxy.conf.json 822 B
Newer Older
  • Learn to ignore specific revisions
  •   "/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"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      },
      "/geocoding/photon/api": {
        "target": "https://download.data.grandlyon.com",
        "secure": false,
        "changeOrigin": true,
        "logLevel": "info"