The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

bubble_role.json 311 B

4 anos atrás
123456789101112
  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. }