7 lines
269 B
Bash
7 lines
269 B
Bash
# Model-platform gateway used by the Vite development proxy.
|
|
VITE_GATEWAY_URL=http://127.0.0.1:8890
|
|
|
|
# "mock" keeps the A-card operations pages on local frontend fixtures.
|
|
# Switch to "api" when /api/v1/operations endpoints are available.
|
|
VITE_OPERATIONS_API_MODE=mock
|