The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

4 лет назад
12345678910111213141516171819202122
  1. bind 127.0.0.1 ::1
  2. protected-mode yes
  3. port {{BUBBLE_REDIS_PORT}}
  4. tcp-backlog 511
  5. timeout 0
  6. tcp-keepalive 300
  7. daemonize yes
  8. supervised no
  9. pidfile /tmp/redis-{{BUBBLE_REDIS_PORT}}/redis.pid
  10. loglevel notice
  11. logfile /tmp/redis-{{BUBBLE_REDIS_PORT}}/redis.log
  12. databases 1
  13. always-show-logo yes
  14. dir /tmp/redis-{{BUBBLE_REDIS_PORT}}
  15. lazyfree-lazy-eviction no
  16. lazyfree-lazy-expire no
  17. lazyfree-lazy-server-del no
  18. appendonly no
  19. appendfilename "appendonly-{{BUBBLE_REDIS_PORT}}.aof"