The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

bubble_config.py.j2 184 B

4 år sedan
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 }}'