The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities.
https://getbubblenow.com
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- bind 127.0.0.1 ::1
- protected-mode yes
-
- port {{BUBBLE_REDIS_PORT}}
-
- tcp-backlog 511
- timeout 0
- tcp-keepalive 300
- daemonize yes
- supervised no
- pidfile /tmp/redis-{{BUBBLE_REDIS_PORT}}/redis.pid
- loglevel notice
- logfile /tmp/redis-{{BUBBLE_REDIS_PORT}}/redis.log
- databases 1
- always-show-logo yes
- dir /tmp/redis-{{BUBBLE_REDIS_PORT}}
-
- lazyfree-lazy-eviction no
- lazyfree-lazy-expire no
- lazyfree-lazy-server-del no
- appendonly no
- appendfilename "appendonly-{{BUBBLE_REDIS_PORT}}.aof"
|