mirror of
https://github.com/makeplane/plane.git
synced 2026-05-03 14:39:39 -05:00
944f3417a1
* add live dev script * fix: redis changes in .env .example
8 lines
249 B
Bash
8 lines
249 B
Bash
API_BASE_URL="http://api:8000"
|
|
LIVE_BASE_PATH="/live"
|
|
|
|
REDIS_URL="redis://plane-redis:6379/"
|
|
|
|
# If you prefer not to provide a Redis URL, you can set the REDIS_HOST and REDIS_PORT environment variables instead.
|
|
REDIS_PORT=6379
|
|
REDIS_HOST=plane-redis |