The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

create_user_and_network.json 600 B

il y a 4 ans
1234567891011121314151617181920212223
  1. [
  2. {
  3. "comment": "create new account and network",
  4. "include": "new_bubble",
  5. "params": {
  6. "sageFqdn": "<<sageFqdn>>",
  7. "username": "<<username>>",
  8. "password": "<<password>>",
  9. "email": "<<email>>",
  10. "network": "<<network>>",
  11. "rootUsername": "<<rootUsername>>",
  12. "rootPassword": "<<rootPassword>>",
  13. "domain": "<<domain>>",
  14. "locale": "<<locale>>",
  15. "lang": "<<lang>>",
  16. "timezone": "<<timezone>>",
  17. "plan": "<<plan>>",
  18. "footprint": "<<footprint>>",
  19. "compute": "<<compute>>",
  20. "region": "<<region>>"
  21. }
  22. }
  23. ]