Some checks failed
Branch Build CE / Build Setup (push) Has been cancelled
Branch Build CE / Build-Push Admin Docker Image (push) Has been cancelled
Branch Build CE / Build-Push Web Docker Image (push) Has been cancelled
Branch Build CE / Build-Push Space Docker Image (push) Has been cancelled
Branch Build CE / Build-Push Live Collaboration Docker Image (push) Has been cancelled
Branch Build CE / Build-Push API Server Docker Image (push) Has been cancelled
Branch Build CE / Build-Push Proxy Docker Image (push) Has been cancelled
Branch Build CE / Build-Push AIO Docker Image (push) Has been cancelled
Branch Build CE / Upload Build Assets (push) Has been cancelled
Branch Build CE / Build Release (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Codespell / Check for spelling errors (push) Has been cancelled
Sync Repositories / sync_changes (push) Has been cancelled
Synced from upstream: 8853637e981ed7d8a6cff32bd98e7afe20f54362
13 lines
367 B
Plaintext
13 lines
367 B
Plaintext
NEXT_PUBLIC_API_BASE_URL="http://localhost:8000"
|
|
|
|
NEXT_PUBLIC_WEB_BASE_URL="http://localhost:3000"
|
|
|
|
NEXT_PUBLIC_ADMIN_BASE_URL="http://localhost:3001"
|
|
NEXT_PUBLIC_ADMIN_BASE_PATH="/god-mode"
|
|
|
|
NEXT_PUBLIC_SPACE_BASE_URL="http://localhost:3002"
|
|
NEXT_PUBLIC_SPACE_BASE_PATH="/spaces"
|
|
|
|
NEXT_PUBLIC_LIVE_BASE_URL="http://localhost:3100"
|
|
NEXT_PUBLIC_LIVE_BASE_PATH="/live"
|