The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 regels
311 B

  1. {
  2. "name": "mitmproxy-0.0.1",
  3. "priority": 600,
  4. "template": true,
  5. "install": "node",
  6. "config": [
  7. {"name": "admin_port", "value": "[[node.adminPort]]"},
  8. {"name": "bubble_network", "value": "[[node.network]]"},
  9. {"name": "mitm_port", "value": "[[configuration.mitmPort]]"}
  10. ],
  11. "tgzB64": ""
  12. }