-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (16 loc) · 786 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (16 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# API backend URL
VITE_API_URL=http://localhost:8000
# API key (optional in dev mode)
VITE_API_KEY=
# DC Trading Dashboard
# DC API URL (empty = use Vite proxy in dev, set to full URL for production)
VITE_DC_API_URL=
# (No DC/terminal API key in the bundle anymore — the dashboards
# authenticate via the HttpOnly session cookie. See VITE_TERMINAL_API_URL.)
# Terminal API URL — also the auth host. Login/session/logout live here
# (POST /terminal/v1/auth/login). When set (prod), the password is
# verified SERVER-SIDE and a session cookie gates the app. When EMPTY
# (local dev), there is no gate — the app is open and "Enter" just
# proceeds. The old client-side bcrypt gate (VITE_DC_PASSWORD_HASH) is
# gone; the password is no longer in the bundle.
VITE_TERMINAL_API_URL=