From b746016b6918499e471f31518f33bb05490e0852 Mon Sep 17 00:00:00 2001 From: Xenia Nisskhen Date: Wed, 25 Oct 2023 16:25:22 +0600 Subject: [PATCH] fix(readme) drop unused info --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 9c4fc8b8c..3cb2c1fa6 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,6 @@ yarn start:dev-proxy Starts a dev server on port 9000 and proxies all API requests to a separately deployed backend. The URL for API requests can be set with the `MOIRA_API_URL` env variable. Supports basic auth which can be configured using `MOIRA_API_LOGIN` and `MOIRA_API_PASSWORD` env variables. -```bash -yarn start:port-forward -``` - -For SKB Kontur developers only. Starts a dev server on port 9000 and proxies all API requests to port 9002, which is forwarded to API Kubernetes pod. For the easiest way to use Lens, see: https://k8slens.dev/. The staging cluster config is [here](https://k8s.testkontur.ru/). - ```bash yarn start:docker ```