Skip to content

Commit

Permalink
fix(readme) drop unused info
Browse files Browse the repository at this point in the history
  • Loading branch information
kissken committed Oct 25, 2023
1 parent 7bff756 commit b746016
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit b746016

Please sign in to comment.