92 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			92 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "/api/v1": {
 | 
						|
    "target": "http://localhost:8999/",
 | 
						|
    "secure": false
 | 
						|
  },
 | 
						|
  "/api/v1/ws": {
 | 
						|
    "target": "http://localhost:8999/",
 | 
						|
    "secure": false,
 | 
						|
    "ws": true
 | 
						|
  },
 | 
						|
  "/api/": {
 | 
						|
    "target": "http://localhost:8999/",
 | 
						|
    "secure": false,
 | 
						|
    "pathRewrite": {
 | 
						|
      "^/api/": "/api/v1/"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "/testnet/api/v1": {
 | 
						|
    "target": "http://localhost:8999/",
 | 
						|
    "secure": false,
 | 
						|
    "pathRewrite": {
 | 
						|
      "^/testnet/api/v1": "/api/v1"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "/testnet/api/v1/ws": {
 | 
						|
    "target": "http://localhost:8999/",
 | 
						|
    "secure": false,
 | 
						|
    "ws": true,
 | 
						|
    "pathRewrite": {
 | 
						|
      "^/testnet/api": "/api/v1/ws"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "/testnet/api/": {
 | 
						|
    "target": "http://localhost:50001/",
 | 
						|
    "secure": false,
 | 
						|
    "pathRewrite": {
 | 
						|
      "^/testnet/api": ""
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "/signet/api/v1": {
 | 
						|
    "target": "http://localhost:8999/",
 | 
						|
    "secure": false,
 | 
						|
    "pathRewrite": {
 | 
						|
      "^/signet/api/v1": "/api/v1"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "/signet/api/v1/ws": {
 | 
						|
    "target": "http://localhost:8999/",
 | 
						|
    "secure": false,
 | 
						|
    "ws": true,
 | 
						|
    "pathRewrite": {
 | 
						|
      "^/signet/api": "/api/v1/ws"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "/signet/api/": {
 | 
						|
    "target": "http://localhost:50001/",
 | 
						|
    "secure": false,
 | 
						|
    "pathRewrite": {
 | 
						|
      "^/signet/api": ""
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "/liquid/api/v1/ws": {
 | 
						|
    "target": "http://localhost:8999/",
 | 
						|
    "secure": false,
 | 
						|
    "ws": true,
 | 
						|
    "pathRewrite": {
 | 
						|
      "^/liquid/api": "/api/v1/ws"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "/liquid/api/": {
 | 
						|
    "target": "http://localhost:50001/",
 | 
						|
    "secure": false,
 | 
						|
    "pathRewrite": {
 | 
						|
      "^/liquid/api/": ""
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "/bisq/api/": {
 | 
						|
    "target": "http://localhost:8999/",
 | 
						|
    "secure": false,
 | 
						|
    "pathRewrite": {
 | 
						|
      "^/bisq/api/": "/api/v1/bisq/"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "/bisq/api/v1/ws": {
 | 
						|
    "target": "http://localhost:8999/",
 | 
						|
    "secure": false,
 | 
						|
    "ws": true,
 | 
						|
    "pathRewrite": {
 | 
						|
      "^/bisq/api": "/api/v1/ws"
 | 
						|
    }
 | 
						|
  }
 | 
						|
} |