The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

create_user_and_network.json 600 B

4 lat temu
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. ]