* dev: 1 * fix: tubro name * fix : floating sidebar * --wip-- [skip ci] * wip-2 * --wip-- [skip ci] * wip * fix: working wiki --------- Co-authored-by: VipinDevelops <[email protected]>
13 lines
367 B
Bash
13 lines
367 B
Bash
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"
|