mirror of
https://github.com/makeplane/plane.git
synced 2026-05-08 09:00:11 -05:00
849b7b7bf3
* chore: handle 404 messages in live server * chore: removed error stack from response
15 lines
375 B
Bash
15 lines
375 B
Bash
PORT=3100
|
|
API_BASE_URL="http://localhost:8000"
|
|
|
|
WEB_BASE_URL="http://localhost:3000"
|
|
|
|
LIVE_BASE_URL="http://localhost:3100"
|
|
LIVE_BASE_PATH="/live"
|
|
|
|
LIVE_SERVER_SECRET_KEY="secret-key"
|
|
|
|
# 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
|
|
REDIS_URL="redis://localhost:6379/"
|