Skip to content

Commit

Permalink
fix liteserver config variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gkaravatski committed Nov 27, 2024
1 parent 111dff3 commit 92088fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ There are two main ways to run TON HTTP API:
### Configuration

You should specify environment parameters and run `./configure.py` to create `.env` file.
```bash
export TON_API_LITESERVER_CONFIG=private/testnet.json
./configure.py
```
```bash
export TON_API_TONLIB_LITESERVER_CONFIG=private/testnet.json
./configure.py
```

The service supports the following environment variables:
#### Webserver settings
Expand Down
8 changes: 4 additions & 4 deletions ton-http-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ There are two main ways to run TON HTTP API:
### Configuration

You should specify environment parameters and run `./configure.py` to create `.env` file.
```bash
export TON_API_LITESERVER_CONFIG=private/testnet.json
./configure.py
```
```bash
export TON_API_TONLIB_LITESERVER_CONFIG=private/testnet.json
./configure.py
```

The service supports the following environment variables:
#### Webserver settings
Expand Down

0 comments on commit 92088fe

Please sign in to comment.