Skip to content
Snippets Groups Projects
proxy.conf.json 1.02 KiB
Newer Older
  • Learn to ignore specific revisions
  •   "/api/*": {
        "target": "http://localhost:3000",
        "secure": false,
        "changeOrigin": true,
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "logLevel": "debug"
    
      },
      "/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
      },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "target": "https://download.data.grandlyon.com",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "secure": false,
        "changeOrigin": true,
        "logLevel": "info"
    
      "/data-grandlyon-cities": {
    
        "target": "https://data.grandlyon.com",
        "secure": false,
        "changeOrigin": true,
    
        "pathRewrite": {
          "^/data-grandlyon-cities": "/fr/datapusher/ws/grandlyon/adr_voie_lieu.adrcomgl/all.json"
        },
    
        "logLevel": "info"