File tree 2 files changed +8
-8
lines changed 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ There are two main ways to run TON HTTP API:
52
52
# ## Configuration
53
53
54
54
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
+ ` ` `
59
59
60
60
The service supports the following environment variables:
61
61
# ### Webserver settings
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ There are two main ways to run TON HTTP API:
46
46
# ## Configuration
47
47
48
48
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
+ ` ` `
53
53
54
54
The service supports the following environment variables:
55
55
# ### Webserver settings
You can’t perform that action at this time.
0 commit comments