mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
feat(frontend): UI overhaul (#3604)
This commit is contained in:
8
frontend/.env.sample
Normal file
8
frontend/.env.sample
Normal file
@@ -0,0 +1,8 @@
|
||||
VITE_BACKEND_HOST="127.0.0.1:3000"
|
||||
VITE_USE_TLS="false"
|
||||
VITE_INSECURE_SKIP_VERIFY="false"
|
||||
VITE_FRONTEND_PORT="3001"
|
||||
|
||||
# GitHub OAuth
|
||||
VITE_GITHUB_CLIENT_ID=""
|
||||
VITE_APP_MODE="oss" # "oss" or "saas"
|
||||
Reference in New Issue
Block a user