The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

bubble_config.py.j2 184 B

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 }}'