dashboard 172 B

1234567
  1. # SPDX-License-Identifier: Apache-2.0
  2. # whether use mock api for dashboard
  3. export MOCK?=True
  4. # api proxy for api server
  5. export PROXY?=
  6. export DASHBOARD_SERVICE_PORT?=8081