The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

bubble_config.py.j2 184 B

hace 4 años
12345
  1. bubble_network = '{{ bubble_network }}'
  2. bubble_port = '{{ admin_port }}';
  3. bubble_host = '{{ server_name }}'
  4. bubble_host_alias = '{{ server_alias }}'
  5. bubble_ssl_port = '{{ ssl_port }}'