mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
7 lines
209 B
Plaintext
7 lines
209 B
Plaintext
VITE_BACKEND_BASE_URL="localhost:3000" # Backend URL without protocol (e.g. localhost:3000)
|
|
VITE_MOCK_API="false" # true or false
|
|
|
|
# GitHub OAuth
|
|
VITE_GITHUB_CLIENT_ID=""
|
|
VITE_APP_MODE="oss" # "oss" or "saas"
|