Skip to content

Commit 92088fe

Browse files
committed
fix liteserver config variable
1 parent 111dff3 commit 92088fe

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ There are two main ways to run TON HTTP API:
5252
### Configuration
5353

5454
You should specify environment parameters and run `./configure.py` to create `.env` file.
55-
```bash
56-
export TON_API_LITESERVER_CONFIG=private/testnet.json
57-
./configure.py
58-
```
55+
```bash
56+
export TON_API_TONLIB_LITESERVER_CONFIG=private/testnet.json
57+
./configure.py
58+
```
5959

6060
The service supports the following environment variables:
6161
#### Webserver settings

ton-http-api/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ There are two main ways to run TON HTTP API:
4646
### Configuration
4747

4848
You should specify environment parameters and run `./configure.py` to create `.env` file.
49-
```bash
50-
export TON_API_LITESERVER_CONFIG=private/testnet.json
51-
./configure.py
52-
```
49+
```bash
50+
export TON_API_TONLIB_LITESERVER_CONFIG=private/testnet.json
51+
./configure.py
52+
```
5353

5454
The service supports the following environment variables:
5555
#### Webserver settings

0 commit comments

Comments
 (0)