mirror of
https://github.com/makeplane/plane.git
synced 2026-02-10 08:09:25 -06:00
* chore: local dev improvements * chore: pr feedback * chore: fix setup * fix: env variables updated in .env.example files * fix(local): sign in to admin and web * chore: update minio deployment to create an bucket automatically on startup. * chore: resolve merge conflict * chore: updated api env with live base path --------- Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com> Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
14 lines
365 B
Plaintext
14 lines
365 B
Plaintext
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/"
|