From 92088fe49f8190f261573c24b863a357afecdb05 Mon Sep 17 00:00:00 2001 From: Gleb Karavatski Date: Wed, 27 Nov 2024 14:59:10 +0300 Subject: [PATCH] fix liteserver config variable --- README.md | 8 ++++---- ton-http-api/README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 345d697..b5f5543 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ton-http-api/README.md b/ton-http-api/README.md index ad40066..cd1ad85 100644 --- a/ton-http-api/README.md +++ b/ton-http-api/README.md @@ -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