mirror of
https://github.com/makeplane/plane.git
synced 2026-05-03 06:29:43 -05:00
e1380f52ec
* fix: add the redis extension conditionally * chore: import order and stuff * fix: added logger, error handling and routing * feat: configured sentry with source maps * fix: sentry config and returning json * fix: remove on change logs * fix: add pretty print
8 lines
244 B
Bash
8 lines
244 B
Bash
API_BASE_URL="http://api:8000"
|
|
LIVE_BASE_PATH="/live"
|
|
REDIS_URL="redis://localhost: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=localhost
|